Skip to content

Commit 56851ed

Browse files
committed
only run auth test for debugging
1 parent c79b8a8 commit 56851ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: lint
3434
run: npm run lint
3535
- name: test
36-
run: npm test
36+
run: npm test -- auth
3737
test_lint_frontend:
3838
runs-on: ubuntu-20.04
3939
defaults:

0 commit comments

Comments
 (0)