Skip to content

Commit

Permalink
Updated test_type parameter value to e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCalvert committed Oct 23, 2023
1 parent eb92c4d commit 0119444
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
project: ${{ inputs.project }}
browser: 'chrome'
test_id: 'fixture'
test_type: ':nightwatch:'
test_type: ':e2e:'
runner: 'ubuntu-latest'
e2e_fe_smoke:
uses: dpc-sdp/github-actions/.github/workflows/run_e2e_fe.yml@main
Expand All @@ -31,7 +31,7 @@ jobs:
project: ${{ inputs.project }}
browser: 'chrome'
test_id: 'fixture'
test_type: ':nightwatch:'
test_type: ':e2e:'
runner: 'ubuntu-latest'
e2e_fe_chrome:
needs:
Expand All @@ -46,7 +46,7 @@ jobs:
project: ${{ inputs.project }}
browser: 'chrome'
test_id: 'fixture'
test_type: ':nightwatch:'
test_type: ':e2e:'
runner: 'ubuntu-latest'
e2e_fe_android:
needs:
Expand All @@ -61,5 +61,5 @@ jobs:
project: ${{ inputs.project }}
browser: 'androidChrome'
test_id: 'fixture'
test_type: ':nightwatch:'
test_type: ':e2e:'
runner: 'ubuntu-latest'

0 comments on commit 0119444

Please sign in to comment.