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' }}
|
if: ${{ runner.os == 'Linux' }}
|
||||||
run: |
|
run: |
|
||||||
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
|
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
|
||||||
|
shell: bash
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
if: inputs.shell == 'bash'
|
if: inputs.shell == 'bash'
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue