Skip to content

Commit

Permalink
Install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
asein-sinch committed Jun 25, 2024
1 parent 12bdf8d commit d2f566d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ jobs:
run: |
cp sinch-sdk-mockserver/features/fax/*.feature ./packages/fax/tests/e2e/features/
- name: Run e2e tests
run: yarn run e2e
run: |
yarn install
yarn run e2e
sonarcloud:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d2f566d

Please sign in to comment.