Skip to content

Commit e3479bf

Browse files
agarneha1331francisf
authored andcommitted
Fix workflow file for sdk
1 parent 9a6e82f commit e3479bf

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/reviewing_changes.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,11 @@ jobs:
5555
- name: Install dependencies
5656
run: npm install
5757

58-
- name: Run single tests
59-
run: npm run single
58+
- name: Run sample tests
59+
run: npm run sample-test
6060

6161
- name: Run local tests
62-
run: npm run local
63-
64-
- name: Run parallel tests
65-
run: npm run parallel
62+
run: npm run sample-local-test
6663

6764
- if: always()
6865
uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975

0 commit comments

Comments
 (0)