Try adding shell specification
This commit is contained in:
parent
b210a1152b
commit
c7655ebe2b
1
.github/actions/run-test/action.yml
vendored
1
.github/actions/run-test/action.yml
vendored
|
|
@ -58,6 +58,7 @@ runs:
|
|||
if: ${{ runner.os == 'Linux' }}
|
||||
run: |
|
||||
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
|
||||
shell: bash
|
||||
- name: Run tests
|
||||
if: inputs.shell == 'bash'
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue