Skip to content

Commit

Permalink
chore: Use actual ACC subdomain as the E2E's target BASE_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
drikusroor committed May 22, 2024
1 parent 8f4f15e commit 5b47c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/podman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:
if: true || github.ref == 'refs/heads/main' || github.ref == 'refs/tags/*' || (github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/main')

env:
BASE_URL: "https://illc-aml-mu-acc.science.uva.nl"
BASE_URL: "https://acc.amsterdammusiclab.nl"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 5b47c6c

Please sign in to comment.