Skip to content

Commit

Permalink
Fix workflow failures
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
DavePearce committed Nov 28, 2024
1 parent cc8a35b commit 0e1c9e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/reference-blockchain-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion linea-constraints
Submodule linea-constraints updated 1 files
+1 −3 Makefile

0 comments on commit 0e1c9e6

Please sign in to comment.