test: use OSBUILD_TEST_STORE in test_assemblers.py too
Use the OSBUILD_TEST_STORE in the test_assemblers.py file too and re-use already downloaded sources.
This commit is contained in:
parent
95c1b90d33
commit
4d2476a26d
2 changed files with 14 additions and 5 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
|
@ -62,5 +62,6 @@ jobs:
|
|||
with:
|
||||
image: ghcr.io/osbuild/osbuild-ci:latest-202308241910
|
||||
run: |
|
||||
export OSBUILD_TEST_STORE=/var/tmp/osbuild-test-store
|
||||
TEST_CATEGORY="test.run.test_assemblers" \
|
||||
tox -e "py36"
|
||||
tox -e "py36"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue