Skip to content

Commit

Permalink
Forgot to Make the Copy Recursive
Browse files Browse the repository at this point in the history
  • Loading branch information
AvocadoMoon committed Sep 18, 2023
1 parent e3d6c11 commit 016443d
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 ${{ github.workspace }}/src/test/resources /dockerImage/data
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 016443d

Please sign in to comment.