Skip to content

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
suhas-cashfree authored Nov 28, 2023
1 parent b273212 commit d7aef8f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: mskelton/setup-yarn@v1
- name: Use Node.js
uses: actions/setup-node@v3
with:
Expand All @@ -20,7 +21,11 @@ jobs:
run: npm install
- name: Run Tests
run: CLIENT_ID=$PG_CLIENT_ID SECRET_KEY=$PG_CLIENT_SECRET npm test
- name: Coveralls
run: yarn report && yarn coveralls
env:
PG_CLIENT_ID: ${{ secrets.XCLIENTIDSANDBOX }}
PG_CLIENT_SECRET: ${{ secrets.XCLIENTSECRETSANDBOX }}
GITHUB_TOKEN: ${{ secrets.TOKEN_GITHUB }}
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

0 comments on commit d7aef8f

Please sign in to comment.