We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d11f99 commit 3bbbba3Copy full SHA for 3bbbba3
.github/workflows/localstack-tests.yml
@@ -48,10 +48,6 @@ jobs:
48
IMAGE_NAME=$image_name DEBUG=1 DOCKER_FLAGS='-e SF_LOG=trace' localstack start -d
49
localstack wait
50
51
- - name: Print LocalStack logs
52
- if: ${{ success() || failure() }}
53
- run: localstack logs
54
-
55
- name: Run Integration Tests
56
env:
57
SNOWFLAKE_TEST_HOST: snowflake.localhost.localstack.cloud
@@ -65,3 +61,7 @@ jobs:
65
61
SNOWFLAKE_TEST_PORT: 4566
66
62
run: |
67
63
mvn verify -Dtest=net.snowflake.client.jdbc.${{ env.test_classes }}
64
+
+ - name: Print LocalStack logs
+ if: ${{ success() || failure() }}
+ run: localstack logs
0 commit comments