Skip to content

Commit

Permalink
Fix workflow file for sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
agarneha1331 authored and francisf committed Jul 11, 2023
1 parent 9a6e82f commit e3479bf
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/reviewing_changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,11 @@ jobs:
- name: Install dependencies
run: npm install

- name: Run single tests
run: npm run single
- name: Run sample tests
run: npm run sample-test

- name: Run local tests
run: npm run local

- name: Run parallel tests
run: npm run parallel
run: npm run sample-local-test

- if: always()
uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975
Expand Down

0 comments on commit e3479bf

Please sign in to comment.