We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c00033c commit 8110e13Copy full SHA for 8110e13
.github/workflows/publish.yaml
@@ -37,11 +37,6 @@ jobs:
37
aws_region: ${{ secrets.AWS_REGION }}
38
flags: --recursive
39
40
- - name: Debug
41
- run: |
42
- ls -la /data/rewards-calculation-test-data
43
- du /data/rewards-calculation-test-data
44
-
45
- name: 🍀 Generate .env file
46
run: |
47
echo "SPRING_PROFILES_ACTIVE=ci" >> src/test/resources/.env
.github/workflows/tests.yaml
@@ -35,6 +35,11 @@ jobs:
35
36
+ - name: Debug
+ run: |
+ ls -la /data/rewards-calculation-test-data
+ du /data/rewards-calculation-test-data
+
0 commit comments