We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a6e82f commit e3479bfCopy full SHA for e3479bf
.github/workflows/reviewing_changes.yml
@@ -55,14 +55,11 @@ jobs:
55
- name: Install dependencies
56
run: npm install
57
58
- - name: Run single tests
59
- run: npm run single
+ - name: Run sample tests
+ run: npm run sample-test
60
61
- name: Run local tests
62
- run: npm run local
63
-
64
- - name: Run parallel tests
65
- run: npm run parallel
+ run: npm run sample-local-test
66
67
- if: always()
68
uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975
0 commit comments