Skip to content

Commit 9322600

Browse files
authored
Merge branch 'main' into dependabot/github_actions/databrickslabs/sandbox-acceptance/v0.1.4
2 parents a681c45 + 47e97ba commit 9322600

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/acceptance.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212
jobs:
1313
integration:
1414
if: github.event_name == 'pull_request' && github.event.pull_request.draft == false
15-
environment: runtime
15+
environment: tool
1616
runs-on: larger
1717
steps:
1818
- name: Checkout Code
@@ -32,9 +32,10 @@ jobs:
3232
run: pip install hatch==1.9.4
3333

3434
- name: Acceptance
35-
uses: databrickslabs/sandbox/acceptance@acceptance/v0.1.4
35+
uses: databrickslabs/sandbox/acceptance@acceptance/v0.2.1
3636
with:
3737
vault_uri: ${{ secrets.VAULT_URI }}
38+
timeout: 45m
3839
env:
3940
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4041
ARM_CLIENT_ID: ${{ secrets.ARM_CLIENT_ID }}

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ pip install databricks-labs-dqx
2222

2323
[[back to top](#databricks-labs-dqx)]
2424

25-
[[back to top](#databricks-labs-dqx)]
26-
2725
# Project Support
2826

2927
Please note that this project is provided for your exploration only and is not

tests/integration/test_something.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
def test_thing():
2-
assert True
2+
assert True

0 commit comments

Comments
 (0)