Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
nfx authored Nov 4, 2024
1 parent 1a08bc5 commit d55af3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
# TODO: update `acceptance/v0.4.0` everywhere
- name: Run integration tests
uses: databrickslabs/sandbox/acceptance@acceptance/v0.4.0
uses: databrickslabs/sandbox/acceptance@acceptance/v0.4.1
with:
vault_uri: ${{ secrets.VAULT_URI }}
timeout: 2h
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: pip install hatch==1.9.4

- name: Run nightly tests
uses: databrickslabs/sandbox/acceptance@acceptance/v0.4.0
uses: databrickslabs/sandbox/acceptance@acceptance/v0.4.1
with:
vault_uri: ${{ secrets.VAULT_URI }}
timeout: 2h
Expand Down

0 comments on commit d55af3b

Please sign in to comment.