From 0e1c9e6818adab564107eaac51d524fc383d6eab Mon Sep 17 00:00:00 2001 From: DavePearce Date: Fri, 29 Nov 2024 10:33:01 +1300 Subject: [PATCH] Fix workflow failures Currently, workflow failures are being recorded as passing. The reason for this is simply a flag within the yaml file that was presumably copied over from the original gradle tests. This should now resolve the issus, and make sure that when the workflow fails --- we see that. --- .github/workflows/reference-blockchain-tests.yml | 1 - linea-constraints | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/reference-blockchain-tests.yml b/.github/workflows/reference-blockchain-tests.yml index 3f57947200..f47851cdeb 100644 --- a/.github/workflows/reference-blockchain-tests.yml +++ b/.github/workflows/reference-blockchain-tests.yml @@ -65,7 +65,6 @@ jobs: - name: Run reference blockchain tests run: ./gradlew referenceBlockchainTests -x spotlessCheck timeout-minutes: 180 - continue-on-error: true env: REFERENCE_TESTS_PARALLELISM: 7 JAVA_OPTS: -Dorg.gradle.daemon=false diff --git a/linea-constraints b/linea-constraints index f0ce0da1e1..c2e381e393 160000 --- a/linea-constraints +++ b/linea-constraints @@ -1 +1 @@ -Subproject commit f0ce0da1e102ecff0ed1d83e6ece0e2874cc07ad +Subproject commit c2e381e393e17512b7f1e0758c4abb55cdd4dacc