Skip to content

Commit

Permalink
Merge branch 'db/chore/fix-temp-test-workflow' of https://github.com/…
Browse files Browse the repository at this point in the history
…FuelLabs/fuels-ts into db/chore/update-node-engine-in-create-fuels
  • Loading branch information
danielbate committed Dec 21, 2023
2 parents 587c6cd + e2c4a18 commit 09e2b92
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .changeset/shy-eggs-poke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
7 changes: 3 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,18 +92,17 @@ jobs:

- name: Download Master Coverage Artifact
uses: dawidd6/action-download-artifact@v2
# TODO: Remove PR != check once #1310 has been merged
if: ${{ (steps.findPr.outputs.number) && !(contains(fromJSON('["1579", "1495"]'), steps.findPr.outputs.number))}}
# change to pr number check when rc/salamander has been merged
if: false
with:
workflow: test.yaml
branch: master
name: coverage-master
path: coverage-master

# TODO: Delete once #1310 has been merged
- name: Download Master Coverage Artifact (temporary)
uses: dawidd6/action-download-artifact@v2
if: ${{ (steps.findPr.outputs.number) && contains(fromJSON('["1579", "1495"]'), steps.findPr.outputs.number)}}
if: ${{ (steps.findPr.outputs.number) }}
with:
workflow: test.yaml
run_id: 6628340271
Expand Down

0 comments on commit 09e2b92

Please sign in to comment.