Skip to content

Commit a26c1b3

Browse files
committed
Debug libguestfs capabilities
Signed-off-by: tdruez <tdruez@aboutcode.org>
1 parent 4653a9d commit a26c1b3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run-unit-tests-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212

1313
jobs:
1414
run-unit-tests:
15-
runs-on: ubuntu-24.04
15+
runs-on: ubuntu-24.04-20260213
1616

1717
steps:
1818
- name: Checkout repository
@@ -32,4 +32,4 @@ jobs:
3232
docker compose run web sh -c "libguestfs-test-tool 2>&1 | tail -20 || true"
3333
3434
- name: Run tests
35-
run: docker compose run --privileged -e FROM_DOCKER_IMAGE=1 web python ./manage.py test --verbosity=2 --noinput
35+
run: docker compose run -e FROM_DOCKER_IMAGE=1 web python ./manage.py test --verbosity=2 --noinput

0 commit comments

Comments
 (0)