mirror of https://github.com/LemmyNet/lemmy.git
add sudo
parent
964332db12
commit
606bfa89b6
|
@ -46,8 +46,8 @@ steps:
|
||||||
- name: dieselcli
|
- name: dieselcli
|
||||||
path: /dieselcli
|
path: /dieselcli
|
||||||
commands:
|
commands:
|
||||||
- apt-get update
|
- sudo apt-get update
|
||||||
- apt-get -y install --no-install-recommends espeak postgresql-client
|
- sudo apt-get -y install --no-install-recommends espeak postgresql-client
|
||||||
- /dieselcli/diesel migration run
|
- /dieselcli/diesel migration run
|
||||||
- cargo test --workspace --no-fail-fast
|
- cargo test --workspace --no-fail-fast
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue