Skip to content

Commit c10a610

Browse files
committed
Ignore resources dir for s3 image test
1 parent 1d2c21a commit c10a610

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/tests-s3-image.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ on:
4848
type: choice
4949
description: Loglevel for PyTest
5050
options:
51-
- DEBUG
52-
- INFO
53-
- WARNING
54-
- ERROR
55-
- CRITICAL
51+
- DEBUG
52+
- INFO
53+
- WARNING
54+
- ERROR
55+
- CRITICAL
5656
default: WARNING
5757

5858
# Only one pull-request triggered run should be executed at a time
@@ -129,7 +129,7 @@ jobs:
129129
- name: Run S3 Image tests
130130
timeout-minutes: 10
131131
env:
132-
PYTEST_ARGS: "${{ env.TINYBIRD_PYTEST_ARGS }}-o junit_family=legacy --junitxml=target/pytest-junit-s3-image-${{ matrix.arch }}.xml"
132+
PYTEST_ARGS: "${{ env.TINYBIRD_PYTEST_ARGS }}-o junit_family=legacy --junitxml=target/pytest-junit-s3-image-${{ matrix.arch }}.xml --ignore tests/aws/services/s3/resources"
133133
TEST_PATH: "tests/aws/services/s3"
134134
DEBUG: 1
135135
run: |

0 commit comments

Comments
 (0)