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 b3a0bf8 commit ca46680Copy full SHA for ca46680
.github/workflows/acceptance.yml
@@ -40,7 +40,8 @@ jobs:
40
run: pip install hatch==1.9.4
41
42
- name: Run integration tests
43
- uses: databrickslabs/sandbox/acceptance@acceptance/v0.2.1
+ # ...
44
+ uses: databrickslabs/sandbox/acceptance@acceptance/v0.2.2
45
with:
46
vault_uri: ${{ secrets.VAULT_URI }}
47
timeout: 45m
.github/workflows/nightly.yml
@@ -35,7 +35,7 @@ jobs:
35
36
37
- name: Run nightly tests
38
39
0 commit comments