Skip to content

Commit

Permalink
chore: checkout artifacts in another directory
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyRL committed Sep 9, 2024
1 parent 574d053 commit 64e00e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-test-cont.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,11 @@ jobs:
workflow: ${{ github.event.workflow_run.workflow_id }}
run_id: ${{ github.event.workflow_run.id }}
name: docker-image
path: ../artifacts-${{ github.run_id }}

- name: Import Docker image and set up Docker container
if: (env.TEST_CONTINUE)
working-directory: ../artifacts-${{ github.run_id }}
run: |
set -ex
zstd -d --stdout rsshub.tar.zst | docker load
Expand Down

0 comments on commit 64e00e7

Please sign in to comment.