mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-26 06:11:26 +00:00
install go in ci
This commit is contained in:
parent
303cf00257
commit
b48cb982d6
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ steps:
|
|||
DO_WRITE_HOSTS_FILE: "1"
|
||||
commands:
|
||||
- *install_pnpm
|
||||
- apt update && apt install -y bash curl postgresql-client
|
||||
- apt update && apt install -y bash curl postgresql-client go tinygo
|
||||
- bash api_tests/prepare-drone-federation-test.sh
|
||||
- cd api_tests/
|
||||
- pnpm i
|
||||
|
|
Loading…
Reference in a new issue