Skip to content

Commit

Permalink
fix: upload general state ref test
Browse files Browse the repository at this point in the history
  • Loading branch information
amkCha committed Feb 4, 2025
1 parent c2d05e8 commit 4ded65b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/gradle-ethereum-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
ethereum-tests:
runs-on: gha-runner-scale-set-ubuntu-22.04-amd64-xxl
Expand Down Expand Up @@ -87,9 +87,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ethereum-tests-go-corset-report
path: |
reference-tests/build/reports/tests/**/*
tmp/local/*
path: reference-tests/build/reports/tests/**/*

- name: Failure Notification
if: ${{ failure() || cancelled() }}
Expand Down

0 comments on commit 4ded65b

Please sign in to comment.