Retrait sudo pour compatibilité container Docker
This commit is contained in:
parent
1a975b6c1c
commit
205ea0b6e7
1 changed files with 4 additions and 4 deletions
|
|
@ -21,8 +21,8 @@ jobs:
|
||||||
|
|
||||||
- name: Installation de BATS
|
- name: Installation de BATS
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
apt-get update
|
||||||
sudo apt-get install -y bats
|
apt-get install -y bats
|
||||||
|
|
||||||
- name: Afficher version BATS
|
- name: Afficher version BATS
|
||||||
run: bats --version
|
run: bats --version
|
||||||
|
|
@ -50,8 +50,8 @@ jobs:
|
||||||
|
|
||||||
- name: Installation de ShellCheck
|
- name: Installation de ShellCheck
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
apt-get update
|
||||||
sudo apt-get install -y shellcheck
|
apt-get install -y shellcheck
|
||||||
|
|
||||||
- name: Afficher version ShellCheck
|
- name: Afficher version ShellCheck
|
||||||
run: shellcheck --version
|
run: shellcheck --version
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue