@@ -25,16 +25,10 @@ steps:
2525 - git submodule update --init --recursive
2626 - name : Build Hestia package and install
2727 commands :
28+ - yarn set version stable
29+ - yarn install
30+ - yarn build
2831 - ./src/hst_autocompile.sh --hestia --install '~localsrc'
29- - name : Run system / user tests
30- commands :
31- - bats ./test/test.bats
32- - name : Run restore tests
33- commands :
34- - bats ./test/restore.bats
35- - name : Run config tests
36- commands :
37- - bats ./test/config-tests.bats
3832
3933trigger :
4034 event : [pull_request, push]
@@ -73,19 +67,6 @@ steps:
7367 - name : Build Hestia package install
7468 commands :
7569 - ./src/hst_autocompile.sh --hestia --install '~localsrc'
76- - name : Run system / user tests
77- commands :
78- - bats ./test/test.bats
79- - name : Run restore tests
80- commands :
81- - bats ./test/restore.bats
82- - name : Run Letsencrypt test against Staging
83- commands :
84- - cp /root/le-env.sh /tmp/hestia-le-env.sh
85- - bats ./test/letsencrypt.bats
86- - name : Run config tests
87- commands :
88- - bats ./test/config-tests.bats
8970
9071trigger :
9172 event : [pull_request, push]
@@ -106,6 +87,12 @@ platform:
10687 arch : amd64
10788
10889steps :
90+ - name : Build JS/CSS
91+ image : node:current-slim
92+ commands :
93+ - yarn set version stable
94+ - yarn install
95+ - yarn build
10996 - name : Build
11097 image : debian:bullseye
11198 commands :
0 commit comments