Skip to content

Commit

Permalink
Merge pull request #85 from jflo/testResultsArtifacts
Browse files Browse the repository at this point in the history
found the missing tests, back to parity
  • Loading branch information
RoboCopsGoneSock authored Feb 16, 2024
2 parents 1118ffd + cc301a6 commit 0072e9e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
with:
report_paths: 'acceptance-tests/tests/build/test-results/**/TEST-*.xml'
annotate_only: true
acceptance-tests:
accepttests-passed:
runs-on: ubuntu-22.04
needs: [ acceptanceTestEthereum ]
permissions:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/pre-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
- "ethereum:api:testBonsai"
- "ethereum:api:testForest"
- "ethereum:api:testRemainder"
- "ethereum:eth:test"
- "ethereum:core:test"
steps:
- name: Checkout Repo
Expand All @@ -100,7 +101,7 @@ jobs:
with:
report_paths: '**/test-results/**/TEST-*.xml'
annotate_only: true
pre-review:
unittests-passed:
runs-on: ubuntu-22.04
needs: [unitTests]
permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reference-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
with:
report_paths: '**/build/test-results/referenceTests/TEST-*.xml'
annotate_only: true
reference-tests:
reftests-passed:
runs-on: ubuntu-22.04
needs: [ referenceTestEthereum ]
permissions:
Expand Down

0 comments on commit 0072e9e

Please sign in to comment.