Skip to content

Commit

Permalink
fix E2E tests node runner (#26)
Browse files Browse the repository at this point in the history
fix end2end test runner
  • Loading branch information
jpnovais authored Sep 12, 2024
1 parent 0f57a8d commit 3a0572a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reuse-run-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets._GITHUB_TOKEN_RELEASE_ACCESS }}
outputs:
tests_outcome: ${{ steps.run_e2e_tests.outcome }}
runs-on: ubuntu-22.04-16core
runs-on: ubuntu-22.04
steps:
- name: Setup upterm session
if: ${{ inputs.e2e-tests-with-ssh }}
Expand Down

0 comments on commit 3a0572a

Please sign in to comment.