Skip to content

Commit

Permalink
remove reference-test CI step
Browse files Browse the repository at this point in the history
Signed-off-by: Luis Pinto <[email protected]>
  • Loading branch information
lu-pinto committed Dec 19, 2024
1 parent 650a461 commit 5adefd1
Showing 1 changed file with 1 addition and 29 deletions.
30 changes: 1 addition & 29 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,34 +149,6 @@ jobs:
if: always()
uses: actions/upload-artifact@v4
with:
name: junit-report
path: '**/build/reports/tests/**'
retention-days: 5
referenceTests:
timeout-minutes: 30
needs: assemble
runs-on: ubuntu-latest
container:
image: consensys/tuweni-build:1.3
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 21
cache: gradle
- name: Cache classes
uses: actions/cache@v4
with:
path: "**/*.class"
key: ${{ runner.os }}-build-${{ github.sha }}
- name: Archive Junit Report
if: always()
uses: actions/upload-artifact@v4
with:
name: junit-report
name: integration-junit-report
path: '**/build/reports/tests/**'
retention-days: 5

0 comments on commit 5adefd1

Please sign in to comment.