Skip to content

Commit 0e4e7aa

Browse files
authored
feat: add op package per pr check (ethereum#854)
1 parent a182f30 commit 0e4e7aa

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/per-pr.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,16 @@ jobs:
7676
ethereum_package_url: "."
7777
ethereum_package_branch: ""
7878
ethereum_package_args: .github/tests/mix-assert.yaml
79+
check_optimism_package:
80+
runs-on: ubuntu-latest
81+
steps:
82+
- name: Checkout Repository
83+
uses: actions/checkout@v4
84+
- name: Setup Kurtosis
85+
uses: ./.github/actions/kurtosis-install
86+
- name: Run L1
87+
run: |
88+
kurtosis run --enclave test ${{ github.workspace }} --args-file https://raw.githubusercontent.com/ethpandaops/optimism-package/refs/heads/main/.github/tests/external-l1/ethereum.yaml --verbosity detailed
89+
- name: Run L2
90+
run: |
91+
kurtosis run --enclave test github.com/ethpandaops/optimism-package --args-file https://raw.githubusercontent.com/ethpandaops/optimism-package/refs/heads/main/.github/tests/external-l1/optimism.yaml --verbosity detailed

0 commit comments

Comments
 (0)