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 committed Sep 21, 2023
1 parent 913cce2 commit 3f31d9c
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 3f31d9c

Please sign in to comment.