File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 44
44
SAAS_HOST : ${{ secrets.INTEGRATION_TEAM_SAAS_STAGING_HOST }}
45
45
SAAS_ACCOUNT_ID : ${{ secrets.INTEGRATION_TEAM_SAAS_STAGING_ACCOUNT_ID }}
46
46
SAAS_PAT : ${{ secrets.INTEGRATION_TEAM_SAAS_STAGING_PAT }}
47
- run : poetry run pytest --backend=all test/integration
47
+ run : poetry run pytest --backend=saas test/integration
48
48
49
49
# This job ensures inputs have been executed successfully.
50
50
approve-merge :
Original file line number Diff line number Diff line change 9
9
10
10
11
11
def test_cloud_storage_setup_scripts (
12
- backend ,
13
12
secrets : Secrets ,
14
13
setup_itde
15
14
):
16
- if backend == "saas" :
17
- pytest .skip ("Run this without SaaS" )
18
15
local_jar_path = retrieve_jar (Project .CLOUD_STORAGE_EXTENSION )
19
16
bucket = open_bucketfs_connection (secrets )
20
17
bfs_jar_path = put_file (bucket , local_jar_path )
You can’t perform that action at this time.
0 commit comments