Skip to content

Commit

Permalink
Runnerwise semitemp subdir
Browse files Browse the repository at this point in the history
  • Loading branch information
ga84jog committed Oct 23, 2024
1 parent 27ba005 commit 753f28d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
DOCKER_VOLUME_MOUNTS="\
-v $DOCKER_CACHE_DIR/.github-action-cache/control-dataset:/workdir/tests/data/control-dataset\
-v $DOCKER_CACHE_DIR/.github-action-cache/mimiciii-demo:/workdir/tests/data/mimiciii-demo\
-v $DOCKER_CACHE_DIR/.github-action-cache/semitemp:/workdir/tests/data/semitemp\
-v $DOCKER_CACHE_DIR/.github-action-cache/${{ runner.name }}/semitemp:/workdir/tests/data/semitemp\
-v $DOCKER_CACHE_DIR/.github-action-cache/bash-results:/workdir/tests/data/bash-results\
-v $DOCKER_CACHE_DIR/.github-action-cache/pytest-results:/workdir/tests/data/pytest-results"
Expand Down Expand Up @@ -377,6 +377,8 @@ jobs:
- name: Run fixture setup tests
shell: bash
run: |
# Create the semitemp directory
mkdir -p $DOCKER_CACHE_DIR/.github-action-cache/${{ runner.name }}/semitemp
# Enable color output
export TERM=xterm-color
export TERM=xterm-256color
Expand Down Expand Up @@ -908,7 +910,7 @@ jobs:
if: always()
shell: bash
run: |
rm -rf $DOCKER_CACHE_DIR/.github-action-cache/semitemp 2>&1 \
rm -rf $DOCKER_CACHE_DIR/.github-action-cache/${{ runner.name }}/semitemp 2>&1 \
| tee $BASH_RESULTS/cleanup-semitemp.txt
echo "Exit status: $?"
Expand Down

0 comments on commit 753f28d

Please sign in to comment.