Skip to content

Commit

Permalink
update docker-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gorgitko committed Oct 4, 2023
1 parent 8c94f86 commit 854e4a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ jobs:
- name: Copy and compress test results
if: failure() && steps.testImage.outcome == 'failure'
run: |
docker cp scdrake_test:/home/rstudio/scdrake_test_summary /
tar czf /scdrake_test_summary.tar.gz /scdrake_test_summary
sudo docker cp scdrake_test:/home/rstudio/scdrake_test_summary /
sudo tar czf /scdrake_test_summary.tar.gz /scdrake_test_summary
- name: Upload test results
if: failure() && steps.testImage.outcome == 'failure'
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 854e4a0

Please sign in to comment.