Skip to content

Commit

Permalink
trying newgrp
Browse files Browse the repository at this point in the history
  • Loading branch information
a-dubs committed Jan 31, 2025
1 parent fb7af6d commit d9ee453
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,7 @@ jobs:
- name: Git checkout
uses: actions/checkout@v3
- name: Run CI integration tests
run: sg lxd -c 'tox -e integration-tests-ci'
run: |
newgrp lxd <<EOF
tox -e integration-tests-ci
EOF

0 comments on commit d9ee453

Please sign in to comment.