Skip to content

Commit

Permalink
fix acceptance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nfx committed Apr 23, 2024
1 parent a199e60 commit d402ad0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:
jobs:
integration:
if: github.event_name == 'pull_request' && github.event.pull_request.draft == false
environment: runtime
environment: tool
runs-on: larger
steps:
- name: Checkout Code
Expand All @@ -32,9 +32,10 @@ jobs:
run: pip install hatch==1.9.4

- name: Acceptance
uses: databrickslabs/sandbox/acceptance@acceptance/v0.1.4
uses: databrickslabs/sandbox/acceptance@acceptance/v0.2.1
with:
vault_uri: ${{ secrets.VAULT_URI }}
timeout: 45m
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ARM_CLIENT_ID: ${{ secrets.ARM_CLIENT_ID }}
Expand Down

0 comments on commit d402ad0

Please sign in to comment.