Skip to content

Commit

Permalink
fix github workflow file test fail
Browse files Browse the repository at this point in the history
  • Loading branch information
kprabath committed Jun 5, 2024
1 parent 1c89e0c commit de33243
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,8 @@ jobs:
with:
node-version: '18'

- name: Change directory to payment_sdk
run: cd payment_sdk

- name: Install dependencies
run: yarn install
run: cd payment_sdk && yarn install

- name: Run Jest tests
run: yarn test
run: cd payment_sdk && yarn test

0 comments on commit de33243

Please sign in to comment.