Skip to content

Commit

Permalink
Better circleci setup
Browse files Browse the repository at this point in the history
  • Loading branch information
alpe committed Oct 9, 2023
1 parent f4b11bf commit 2fdd1a9
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,12 @@ jobs:
name: Build and run system tests
command: make test-system
- run:
when: on_success
name: Clear system test work dir
command: rm -rf /tmp/workspace/tests/system/testnet
command: |
mkdir -p /tmp/system-test-workspace
mv /tmp/workspace/tests/system/testnet /tmp/system-test-workspace
when: on_fail
- store_artifacts:
path: /tmp/workspace/tests/system/testnet


path: /tmp/system-test-workspace

benchmark:
executor: golang
Expand Down

0 comments on commit 2fdd1a9

Please sign in to comment.