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 44e0e3c commit 1c89e0c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ on:
branches:
- main
- dev
- task/test-cases
pull_request:
branches:
- main
- dev
- task/test-cases

jobs:
test:
Expand All @@ -24,6 +24,9 @@ jobs:
with:
node-version: '18'

- name: Change directory to payment_sdk
run: cd payment_sdk

- name: Install dependencies
run: yarn install

Expand Down

0 comments on commit 1c89e0c

Please sign in to comment.