Skip to content

Commit

Permalink
Merge branch 'main' into RoboCopsGoneSock-patch-CL
Browse files Browse the repository at this point in the history
  • Loading branch information
jflo authored Feb 6, 2024
2 parents 7a9a197 + 124aca2 commit 94cd155
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
distribution: adopt
java-version: 17
- name: Download zip
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
with:
name: besu-${{ github.ref_name }}.zip
- name: test Besu
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/reference-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:
permissions:
statuses: write
checks: write
packages: read
needs:
- prepareReferenceTestEthereum
if: ${{ needs.shouldRun.outputs.shouldRun == 'true' }}
Expand All @@ -102,7 +103,7 @@ jobs:
distribution: adopt-openj9
java-version: 17
- name: retrieve generated tests
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
with:
name: 'reference-tests'
path: 'ethereum/referencetests/build/generated/sources/reference-test/'
Expand Down

0 comments on commit 94cd155

Please sign in to comment.