mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-21 23:20:24 +00:00
Update .drone.yml
This commit is contained in:
parent
299f4aab8e
commit
56be2d15cc
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@ kind: pipeline
|
|||
steps:
|
||||
- name: run unit tests
|
||||
image: ubuntu:22.04
|
||||
environment:
|
||||
DEBIAN_FRONTEND: noninteractive
|
||||
commands:
|
||||
- apt-get update
|
||||
- apt-get install -y libicu-dev sudo cron apt-utils
|
||||
|
|
Loading…
Reference in a new issue