We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12ca872 commit a584682Copy full SHA for a584682
.github/workflows/per-pr.yml
@@ -72,12 +72,9 @@ jobs:
72
steps:
73
- name: Checkout Repository
74
uses: actions/checkout@v4
75
- - name: Extract branch name
76
- shell: bash
77
- run: echo "branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_OUTPUT
78
- id: extract_branch
79
- name: Kurtosis Assertoor GitHub Action
80
uses: ethpandaops/kurtosis-assertoor-github-action@v1
81
with:
82
- ethereum_package_branch: ${{ steps.extract_branch.outputs.branch }}
+ ethereum_package_url: "."
+ ethereum_package_branch: ""
83
ethereum_package_args: .github/tests/mix-assert.yaml
0 commit comments