Skip to content

Commit

Permalink
Oops, add checkout step in testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aulorbe committed Oct 17, 2024
1 parent 1adf0a9 commit c6f1c18
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,9 @@ jobs:
runs-on: ubuntu-latest
if: always() # Run teardown even if the tests fail
steps:
- name: Checkout code
- uses: actions/checkout@v4

- name: Run e2e tests for edge runtime
uses: ./.github/actions/e2e-testing/edge
with:
Expand Down

0 comments on commit c6f1c18

Please sign in to comment.