update apt
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
FloatingGhost 2022-06-15 17:10:36 +01:00
parent c30e11139d
commit 079035670a

View file

@ -15,6 +15,7 @@ pipeline:
- push - push
image: node:16 image: node:16
commands: commands:
- apt update
- apt install firefox-esr -y --no-install-recommends - apt install firefox-esr -y --no-install-recommends
- yarn - yarn
- yarn unit - yarn unit