mirror of
https://github.com/zonemaster/zonemaster-gui.git
synced 2026-04-03 17:31:21 +02:00
15 lines
163 B
YAML
15 lines
163 B
YAML
dist: jammy
|
|
|
|
language: node_js
|
|
node_js:
|
|
- 16
|
|
|
|
sudo: true
|
|
|
|
install:
|
|
- npm install
|
|
- npm run e2e:install-deps
|
|
- npm run e2e:install
|
|
|
|
script:
|
|
- npm run e2e
|