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
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y bats
|
||||
apt-get update
|
||||
apt-get install -y bats
|
||||
|
||||
- name: Afficher version BATS
|
||||
run: bats --version
|
||||
|
|
@ -50,8 +50,8 @@ jobs:
|
|||
|
||||
- name: Installation de ShellCheck
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y shellcheck
|
||||
apt-get update
|
||||
apt-get install -y shellcheck
|
||||
|
||||
- name: Afficher version ShellCheck
|
||||
run: shellcheck --version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue