File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ permissions:
12
12
jobs :
13
13
integration :
14
14
if : github.event_name == 'pull_request' && github.event.pull_request.draft == false
15
- environment : runtime
15
+ environment : tool
16
16
runs-on : larger
17
17
steps :
18
18
- name : Checkout Code
32
32
run : pip install hatch==1.9.4
33
33
34
34
- name : Acceptance
35
- uses : databrickslabs/sandbox/acceptance@acceptance/v0.1.4
35
+ uses : databrickslabs/sandbox/acceptance@acceptance/v0.2.1
36
36
with :
37
37
vault_uri : ${{ secrets.VAULT_URI }}
38
+ timeout : 45m
38
39
env :
39
40
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
40
41
ARM_CLIENT_ID : ${{ secrets.ARM_CLIENT_ID }}
Original file line number Diff line number Diff line change @@ -22,8 +22,6 @@ pip install databricks-labs-dqx
22
22
23
23
[[ back to top] ( #databricks-labs-dqx )]
24
24
25
- [[ back to top] ( #databricks-labs-dqx )]
26
-
27
25
# Project Support
28
26
29
27
Please note that this project is provided for your exploration only and is not
Original file line number Diff line number Diff line change 1
1
def test_thing ():
2
- assert True
2
+ assert True
You can’t perform that action at this time.
0 commit comments