Skip to content

Commit 1eb027e

Browse files
committed
🎛 [ci] Fix script path
1 parent 8462d7c commit 1eb027e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: "🧪 Testing"
3636
run: |
37-
scripts/test.sh
37+
scripts/test/backend.sh
3838
3939
- name: "📄 Report coverage"
4040
uses: codecov/codecov-action@v7
@@ -62,7 +62,7 @@ jobs:
6262

6363
- name: "🔍 Linting"
6464
run: |
65-
scripts/lint.sh
65+
scripts/lint/backend.sh
6666
6767
build-openapi-schema:
6868
name: "📄 Build OpenAPI Schema"

0 commit comments

Comments
 (0)