Skip to content

Commit

Permalink
fix: properly call reuseable workflow in test-dev and test-int (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
fibble authored Oct 25, 2024
1 parent 145009a commit bdc9155
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -295,16 +295,13 @@ jobs:
pull-requests: write
secrets: inherit

test-dev:
test_dev:
name: Run Tests on DEV
needs:
- terraform_env_dev
runs-on: ubuntu-latest
steps:
- name: Run E2E Smoke Test on DEV
uses: dvsa/vol-functional-tests/.github/workflows/e2eSmoke.yaml@main
with:
platform_env: dev
uses: dvsa/vol-functional-tests/.github/workflows/e2eSmoke.yaml@main
with:
platform_env: dev

terraform_env_int:
name: Environment (int)
Expand Down Expand Up @@ -334,12 +331,9 @@ jobs:
name: Run Tests on INT
needs:
- terraform_env_int
runs-on: ubuntu-latest
steps:
- name: Run E2E Smoke Test on INT
uses: dvsa/vol-functional-tests/.github/workflows/e2eSmoke.yaml@main
with:
platform_env: int
uses: dvsa/vol-functional-tests/.github/workflows/e2eSmoke.yaml@main
with:
platform_env: int

rollback_int:
name: Rollback INT Deployment
Expand Down

0 comments on commit bdc9155

Please sign in to comment.