Skip to content

Commit

Permalink
Add data directory creation and permission setup
Browse files Browse the repository at this point in the history
  • Loading branch information
felddy committed Jan 17, 2024
1 parent b5e3156 commit a8ab8b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-pytest-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,9 @@ jobs:
# Tag the image with the a test tag
docker tag "${image_id}" "${{ env.TEST_IMAGE_TAG }}"
- name: Set data directory permissions
- name: Ensure data directory exists
run: |
mkdir -p ${{ inputs.data_artifact_path }}
chmod a+rwx ${{ inputs.data_artifact_path }}
- name: Run tests
Expand Down

0 comments on commit a8ab8b4

Please sign in to comment.