Skip to content

Commit

Permalink
Always run tests in AWS
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed Oct 2, 2024
1 parent 50e1019 commit 2d78d20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2ePerformanceTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ jobs:
runTestsInAWS:
runs-on: ubuntu-latest
needs: [prep, buildBaseline, buildDelta]
if: ${{ always() }}
name: Run E2E tests in AWS device farm
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 2d78d20

Please sign in to comment.