There was an error while loading. Please reload this page.
1 parent 4653a9d commit a26c1b3Copy full SHA for a26c1b3
1 file changed
.github/workflows/run-unit-tests-docker.yml
@@ -12,7 +12,7 @@ permissions:
12
13
jobs:
14
run-unit-tests:
15
- runs-on: ubuntu-24.04
+ runs-on: ubuntu-24.04-20260213
16
17
steps:
18
- name: Checkout repository
@@ -32,4 +32,4 @@ jobs:
32
docker compose run web sh -c "libguestfs-test-tool 2>&1 | tail -20 || true"
33
34
- name: Run tests
35
- run: docker compose run --privileged -e FROM_DOCKER_IMAGE=1 web python ./manage.py test --verbosity=2 --noinput
+ run: docker compose run -e FROM_DOCKER_IMAGE=1 web python ./manage.py test --verbosity=2 --noinput
0 commit comments