Skip to content

Commit

Permalink
fix: freeze commit for e2e optimism-package
Browse files Browse the repository at this point in the history
  • Loading branch information
klkvr committed Oct 21, 2024
1 parent 41eeef6 commit ebe70ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
id: kurtosis
run: |
git clone https://github.com/klkvr/optimism-package
cd optimism-package
git checkout e5a9dc4
cd ..
kurtosis engine start
kurtosis run --enclave op-devnet ./optimism-package --args-file ./etc/kurtosis.yaml
ENCLAVE_ID=$(curl http://127.0.0.1:9779/api/enclaves | jq --raw-output 'keys[0]')
Expand Down

0 comments on commit ebe70ab

Please sign in to comment.