We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c79b8a8 commit 56851edCopy full SHA for 56851ed
.github/workflows/pipeline.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: lint
34
run: npm run lint
35
- name: test
36
- run: npm test
+ run: npm test -- auth
37
test_lint_frontend:
38
runs-on: ubuntu-20.04
39
defaults:
0 commit comments