Skip to content

Commit

Permalink
Revert "chore: specify test type (#333)" (#334)
Browse files Browse the repository at this point in the history
This reverts commit dc6cf02.
  • Loading branch information
sr4850 authored Sep 16, 2024
1 parent dc6cf02 commit bf0f126
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/e2e-test-verification.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,13 @@ name: Test E2E Integration

on:
workflow_dispatch:
test:
type: string
default: 'sync'

jobs:
e2e-smoke-test:
name: E2E Smoke Test on Dev
uses: dvsa/vol-functional-tests/.github/workflows/e2eSmoke.yaml@main
with:
platform_env: dev
test: ${{ inputs.test }}

e2e-full-regression-test:
name: E2E Full Regression Test on Dev
Expand All @@ -21,4 +17,3 @@ jobs:
uses: dvsa/vol-functional-tests/.github/workflows/e2eFullRegression.yaml@main
with:
platform_env: dev
test: ${{ inputs.test }}

0 comments on commit bf0f126

Please sign in to comment.