Skip to content

Commit

Permalink
Make sure to mount
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Sep 5, 2024
1 parent 8c5d5e7 commit f3473bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-test-input-file.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
EOF
chmod +x ${GITHUB_WORKSPACE}/script_container.sh
docker exec container /bin/bash -c /${name}/script_container.sh
docker exec container /bin/bash -c "/mount.sh && /${name}/script_container.sh"
- name: Upload test input file
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit f3473bc

Please sign in to comment.