Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
pranav-sdet-cashfree committed Nov 28, 2023
1 parent 32f2e82 commit c47b70a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,7 @@ 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 c47b70a

Please sign in to comment.