Skip to content

Commit

Permalink
fix circleci config (filecoin-project#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnkolegov committed Feb 25, 2023
1 parent 60c89de commit 188e52b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ jobs:
command: |
dates="$(date +%s)"
mkdir -p /tmp/test-mir-interceptor/"$dates"
cp -R ./itests/mir-interceptor/* /tmp/test-mir-interceptor/"$dates"/
[ -d "./itests/mir-interceptor/" ] && cp -R ./itests/mir-interceptor/* /tmp/test-mir-interceptor/"$dates"/ || echo "Mir Interceptor directory not found"
when: on_fail
- store_test_results:
path: /tmp/test-reports
Expand Down

0 comments on commit 188e52b

Please sign in to comment.