Skip to content

Commit

Permalink
Update e2e.yaml (platformsh#4105)
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwcarlson authored Jul 11, 2024
1 parent 6b4c539 commit c3d1524
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
setup_matrix:
name: Setup E2E Matrix
runs-on: ubuntu-latest
outputs:
psh_url: ${{ steps.retrieve-url.outputs.psh_url }}
Expand All @@ -30,6 +31,7 @@ jobs:
run_test:
runs-on: ubuntu-latest
name: Run E2E tests
needs: setup_matrix
strategy:
matrix:
Expand Down

0 comments on commit c3d1524

Please sign in to comment.