Skip to content

Commit

Permalink
fix(e2e): add https to BASE_URL
Browse files Browse the repository at this point in the history
co-authored-by: Pram Gurusinga <pratama.gurusinga@digitalservice.bund.de>
  • Loading branch information
chohner and pgurusinga committed Jan 12, 2024
1 parent dcd8ae5 commit 5e5262e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
needs: [deploy-preview]
uses: ./.github/workflows/e2e-test.yml
secrets:
BASE_URL: a2j-preview.dev.ds4g.net
BASE_URL: https://a2j-preview.dev.ds4g.net
with:
USE_EXISTING_SERVER: true

Expand Down

0 comments on commit 5e5262e

Please sign in to comment.