Skip to content

Commit 8111a43

Browse files
committed
update
1 parent bea1489 commit 8111a43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.codegen.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"required": ["python3", "hatch"],
77
"pre_setup": ["hatch env create"],
88
"prepend_path": ".venv/bin",
9-
"acceptance_path": "tests/unit",
9+
"acceptance_path": "tests/integration",
1010
"test": [
1111
"pytest tests/unit -n 10 --cov --cov-report=xml:coverage-unit.xml --timeout 30 --durations 20"
1212
]

.github/workflows/acceptance.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
make test
4949
5050
- name: Run integration tests and generate test coverage report
51-
uses: databrickslabs/sandbox/acceptance@acceptance/v0.4.3
51+
uses: databrickslabs/sandbox/acceptance@acceptance/v0.4.2
5252
with:
5353
vault_uri: ${{ secrets.VAULT_URI }}
5454
timeout: 2h

0 commit comments

Comments
 (0)