Skip to content

Commit

Permalink
chore: rename e2e preview to test
Browse files Browse the repository at this point in the history
  • Loading branch information
pgurusinga committed Jan 22, 2024
1 parent 68ef50e commit 2cb5d48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
needs: [deploy-preview]
uses: ./.github/workflows/e2e-test.yml
secrets:
BASE_URL: https://a2j-preview.dev.ds4g.net
BASE_URL: https://a2j-test.dev.ds4g.net
with:
use-existing-server: true
e2e-target: preview
Expand Down
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: https://a2j-preview.dev.ds4g.net
BASE_URL: https://a2j-test.dev.ds4g.net
with:
use-existing-server: true
e2e-target: preview
Expand Down

0 comments on commit 2cb5d48

Please sign in to comment.