Skip to content

Commit

Permalink
Create TODO issues every nightly run (#3196)
Browse files Browse the repository at this point in the history
  • Loading branch information
nfx authored Nov 4, 2024
1 parent 3ff6afd commit 33ffb64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +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
# TODO: update `acceptance/v0.4.2` in all repositories
- name: Run integration tests
uses: databrickslabs/sandbox/acceptance@acceptance/v0.4.0
uses: databrickslabs/sandbox/acceptance@acceptance/v0.4.2
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.3.1
uses: databrickslabs/sandbox/acceptance@acceptance/v0.4.2
with:
vault_uri: ${{ secrets.VAULT_URI }}
timeout: 2h
Expand Down

0 comments on commit 33ffb64

Please sign in to comment.