Skip to content

Commit

Permalink
chore: adjust path of files downloaded form the s3 bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianbormann committed Mar 2, 2024
1 parent f8b1bef commit 0d1e456
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
command: cp
source: ${{ secrets.AWS_S3_BUCKET }}
destination: ./rewards-calculation-test-data
destination: ${{ github.workspace }}/rewards-calculation-test-data
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws_region: ${{ secrets.AWS_REGION }}
Expand All @@ -40,7 +40,7 @@ jobs:
echo "SPRING_PROFILES_ACTIVE=ci" >> validation/src/main/resources/.env
echo "RUN_MODE=test" >> validation/src/main/resources/.env
echo "OVERWRITE_EXISTING_DATA=false" >> validation/src/main/resources/.env
echo "JSON_DATA_SOURCE_FOLDER=./rewards-calculation-test-data" >> validation/src/main/resources/.env
echo "JSON_DATA_SOURCE_FOLDER=${{ github.workspace }}/rewards-calculation-test-data" >> validation/src/main/resources/.env
- name: 🎳 Test
run: |
Expand Down

0 comments on commit 0d1e456

Please sign in to comment.