Skip to content

Commit

Permalink
Update node-push.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
outisa authored Aug 5, 2024
1 parent 6cd63ca commit 8094260
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/node-push.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,25 @@ jobs:
SECRET: ${{ secrets.SECRET }}
IMAGEURL: 'images'
- run: npm run test-gh-test
env:
SECRET: ${{ secrets.SECRET }}
IMAGEURL: 'images'
- run: npm run test-gh-user
env:
SECRET: ${{ secrets.SECRET }}
IMAGEURL: 'images'
- run: npm run test-gh-credit
env:
SECRET: ${{ secrets.SECRET }}
IMAGEURL: 'images'
- run: npm run test-gh-game
env:
SECRET: ${{ secrets.SECRET }}
IMAGEURL: 'images'
- run: npm run test-gh-case
env:
SECRET: ${{ secrets.SECRET }}
IMAGEURL: 'images'
- run: npm run test-gh-game-testing
env:
SECRET: ${{ secrets.SECRET }}
Expand Down

0 comments on commit 8094260

Please sign in to comment.