Skip to content

Commit 4916db1

Browse files
committed
chore: try to locate downloaded files
1 parent 267b035 commit 4916db1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ jobs:
3737
aws_region: ${{ secrets.AWS_REGION }}
3838
flags: --recursive
3939

40+
- name: Debug
41+
run: |
42+
ls -la /data/rewards-calculation-test-data
43+
4044
- name: 🍀 Generate .env file
4145
run: |
4246
echo "SPRING_PROFILES_ACTIVE=ci" >> src/test/resources/.env

0 commit comments

Comments
 (0)