fix github actions pipeline

use a single script step
This commit is contained in:
2023-10-26 12:13:48 +02:00
parent 9c9a0d8a2d
commit 18ccdbff42
+2 -9
View File
@@ -18,19 +18,12 @@ jobs:
with:
node-version: 18.x
- run: |
- name: Yarn
run: |
cd ./frontend
- name: install deps
run: |
yarn install --frozen-lockfiles
- name: build css files
run: |
./compile-less.sh
- name: unit tests
run: |
yarn test
- name: Build
run: |
yarn build
docker-build: