Skip to content

Commit

Permalink
revert tweak to ci-pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Spencer6497 committed Jan 8, 2025
1 parent eb42a97 commit 322a32a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@ jobs:
## - uses: ./.github/actions/cached-checkout-install
## - run: npm run test:integration

# revert after PR testing
verify-preview-e2e-test:
uses: ./.github/workflows/e2e-test.yml
with:
require-published-app: false
use-existing-server: true
e2e-target: preview

verify-local-e2e:
needs: [get-content-file]
uses: ./.github/workflows/e2e-test.yml
Expand Down

0 comments on commit 322a32a

Please sign in to comment.