Skip to content

Commit

Permalink
Fix Actions Failing
Browse files Browse the repository at this point in the history
Couldn't copy the test resources for the test S3 because the path was wrong.
  • Loading branch information
AvocadoMoon committed Jan 25, 2024
1 parent a82bb3d commit 630545a
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 @@ -73,7 +73,7 @@ jobs:
- name: Put test resources in S3Proxy Container
run: |
aws s3 mb s3://nfive
aws s3 cp ${{ github.workspace }}/src/test/resources/nfive s3://nfive --recursive
aws s3 cp ${{ github.workspace }}/view-simulation-results/src/test/resources/nfive s3://nfive --recursive
- name: Set up JDK 8
uses: actions/setup-java@v3
Expand Down

0 comments on commit 630545a

Please sign in to comment.