Skip to content

Commit

Permalink
Merge pull request #2310 from RolandSherwin/fix_nightly
Browse files Browse the repository at this point in the history
fix(ci): make the nightly tests work with evm
  • Loading branch information
maqi authored Oct 24, 2024
2 parents b428ec4 + 2916bea commit 72f53e1
Show file tree
Hide file tree
Showing 2 changed files with 208 additions and 290 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
echo "EVM_NETWORK has been set to $EVM_NETWORK"
fi
# only these unit tests require a network, the rest are run above
# only these unit tests require a network, the rest are run above in unit test section
- name: Run autonomi --tests
run: cargo test --package autonomi --tests -- --nocapture
env:
Expand Down Expand Up @@ -1123,7 +1123,7 @@ jobs:
run: ./target/release/autonomi --log-output-dest=data-dir file download ${{ env.UPLOAD_ADDRESS }} ./downloaded_resources > ./download_output 2>&1
env:
SN_LOG: "v"
timeout-minutes: 2
timeout-minutes: 5

- name: showing the download terminal output
run: |
Expand Down
Loading

0 comments on commit 72f53e1

Please sign in to comment.