Skip to content

Commit 5a658a7

Browse files
committed
integration tests must run as root
1 parent 19fa454 commit 5a658a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tox.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: sudo -E ./scripts/prepare-integration.sh
5050

5151
- name: Test
52-
run: tox -e ${{ steps.tox-env.outputs.tox-env }}
52+
run: sudo -- tox -e ${{ steps.tox-env.outputs.tox-env }}
5353

5454
set_merge_ok:
5555
name: Set Merge OK

0 commit comments

Comments
 (0)