Skip to content

Commit 8110e13

Browse files
committed
chore: try to locate downloaded files
1 parent c00033c commit 8110e13

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/publish.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@ 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-
du /data/rewards-calculation-test-data
44-
4540
- name: 🍀 Generate .env file
4641
run: |
4742
echo "SPRING_PROFILES_ACTIVE=ci" >> src/test/resources/.env

.github/workflows/tests.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ jobs:
3535
aws_region: ${{ secrets.AWS_REGION }}
3636
flags: --recursive
3737

38+
- name: Debug
39+
run: |
40+
ls -la /data/rewards-calculation-test-data
41+
du /data/rewards-calculation-test-data
42+
3843
- name: 🍀 Generate .env file
3944
run: |
4045
echo "SPRING_PROFILES_ACTIVE=ci" >> src/test/resources/.env

0 commit comments

Comments
 (0)