Skip to content

Commit 3bbbba3

Browse files
committed
print logs after tests
1 parent 5d11f99 commit 3bbbba3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/localstack-tests.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@ jobs:
4848
IMAGE_NAME=$image_name DEBUG=1 DOCKER_FLAGS='-e SF_LOG=trace' localstack start -d
4949
localstack wait
5050
51-
- name: Print LocalStack logs
52-
if: ${{ success() || failure() }}
53-
run: localstack logs
54-
5551
- name: Run Integration Tests
5652
env:
5753
SNOWFLAKE_TEST_HOST: snowflake.localhost.localstack.cloud
@@ -65,3 +61,7 @@ jobs:
6561
SNOWFLAKE_TEST_PORT: 4566
6662
run: |
6763
mvn verify -Dtest=net.snowflake.client.jdbc.${{ env.test_classes }}
64+
65+
- name: Print LocalStack logs
66+
if: ${{ success() || failure() }}
67+
run: localstack logs

0 commit comments

Comments
 (0)