Skip to content

Commit ed60d0b

Browse files
committed
Exclude testing
1 parent 4ce4a70 commit ed60d0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
- name: Linting
3131
working-directory: ${{ matrix.service }}
3232
run: npm run lint
33-
- name: Tests
34-
working-directory: ${{ matrix.service }}
35-
run: npm test
33+
# - name: Tests
34+
# working-directory: ${{ matrix.service }}
35+
# run: npm test

0 commit comments

Comments
 (0)