Skip to content

Commit

Permalink
Remove cp of a non existent file in CI
Browse files Browse the repository at this point in the history
this should have been removed as part of
#1289
  • Loading branch information
atodorov authored and nathanwhit committed Sep 20, 2023
1 parent f520f4b commit 3ed5291
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/runtime-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,6 @@ jobs:
# TODO: wait & confirm wasm upgrade has finished, incl. migrations
- name: Execute integration tests
run: |
cp fork-last-block-json.log ./integration-tests/
yarn --cwd ./integration-tests/ test --config creditcoin-fork.config.ts
- name: Upload logs
Expand Down

0 comments on commit 3ed5291

Please sign in to comment.