Skip to content

Commit

Permalink
Update BOUNCER_URL for integration tests in GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgibson committed Sep 21, 2023
1 parent 1701ae3 commit b046694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Sets specific env vars IF we're on testing against dev/main only
if: ${{ github.event.inputs.branch == 'main'}}
run: |
echo "BOUNCER_URL=https://bouncer-bouncer.stage.mozaws.net/" >> $GITHUB_ENV
echo "BOUNCER_URL=https://dev.bouncer.nonprod.webservices.mozgcp.net/" >> $GITHUB_ENV
- name: Run functional integration tests
if: always()
Expand Down

0 comments on commit b046694

Please sign in to comment.