Skip to content

Commit

Permalink
Permission Denied for Copying Files so Added Sudo
Browse files Browse the repository at this point in the history
There must be a more elegant way to allow the required files to be copied over into the directory where the volume mount for the docker container is, but this hopefully will just work.
  • Loading branch information
AvocadoMoon committed Sep 18, 2023
1 parent 016443d commit 50ffb8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- name: Put test resources in S3Proxy Container
run: |
cp -r ${{ github.workspace }}/src/test/resources /dockerImage/data
sudo cp -r ${{ github.workspace }}/src/test/resources /dockerImage/data
- name: Set up JDK 8
uses: actions/setup-java@v3
Expand Down

0 comments on commit 50ffb8f

Please sign in to comment.