You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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