Skip to content

Commit

Permalink
add the client_secret to the bats tests
Browse files Browse the repository at this point in the history
  • Loading branch information
unglaublicherdude committed Jun 11, 2024
1 parent b8f1d7e commit c499a3d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
run: ./install.sh

- name: run tests
env:
CLIENT_ID: ${{ secrets.VAAS_CLIENT_ID }}
CLIENT_SECRET: ${{ secrets.VAAS_CLIENT_SECRET }}
run: bats --jobs 3 ./tests

- uses: actions/upload-artifact@master
Expand Down

0 comments on commit c499a3d

Please sign in to comment.