Skip to content

Commit

Permalink
fix: add checkout code to e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Ethernal committed Jan 18, 2025
1 parent aba7d6c commit 4a96cb3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/setup-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ jobs:
setup-environment:
runs-on: amd-runner-2204
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Checkout Kurtosis CDK
uses: actions/checkout@v4
with:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
e2e-group:
- "fork12-pessimistic"
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Run E2E tests
run: make test-e2e-${{ matrix.e2e-group }}
working-directory: test
Expand Down Expand Up @@ -72,6 +75,9 @@ jobs:
- "fork12-multi-pessimistic"

steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Install Go
uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit 4a96cb3

Please sign in to comment.