Skip to content

Commit

Permalink
Use acceptance/v0.4.0 (#3192)
Browse files Browse the repository at this point in the history
  • Loading branch information
nfx authored Nov 4, 2024
1 parent b97a8d5 commit 3ff6afd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
permissions:
id-token: write
contents: read
issues: write
pull-requests: write

concurrency:
Expand Down Expand Up @@ -44,8 +45,9 @@ jobs:
git fetch origin $GITHUB_BASE_REF:$GITHUB_BASE_REF
git fetch origin $GITHUB_HEAD_REF:$GITHUB_HEAD_REF
# TODO: update `acceptance/v0.4.0` everywhere
- name: Run integration tests
uses: databrickslabs/sandbox/acceptance@acceptance/v0.3.1
uses: databrickslabs/sandbox/acceptance@acceptance/v0.4.0
with:
vault_uri: ${{ secrets.VAULT_URI }}
timeout: 2h
Expand Down

0 comments on commit 3ff6afd

Please sign in to comment.