Skip to content

Commit

Permalink
Merge pull request #894 from dvsa/ec2toECSsmoke
Browse files Browse the repository at this point in the history
chore: tag change
  • Loading branch information
sr4850 authored Oct 21, 2024
2 parents 890f5df + c8beb48 commit 450886e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2eSmoke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: ./.github/workflows/e2etest.yaml
with:
platform_env: ${{ inputs.platform_env }}
cucumber_tags: "@ec2_smoke"
cucumber_tags: "@smoke"
browser_name: "edge"
browser_version: "latest"
exclude_tags: 'none'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2etest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ jobs:
with:
file-path: ./target/surefire-reports/TEST-org.dvsa.testing.framework.parallel.RunCucumberTests.xml
fail-on-test-failures: true
fail-on-test-errors: true
fail-on-test-errors: false
report-path: "https://${{ env.S3_REPORT_BUCKET }}.s3.amazonaws.com/${{ env.S3_REPORT_BUCKET_KEY }}/${{ env.REPORT_KEY }}/site/allure-maven-plugin/index.html"

job-succeeded:
Expand Down

0 comments on commit 450886e

Please sign in to comment.