mirror of
https://github.com/morbalint/kemkas.git
synced 2026-07-17 19:03:46 +00:00
fix github actions pipeline
use a single script step
This commit is contained in:
@@ -18,19 +18,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 18.x
|
node-version: 18.x
|
||||||
|
|
||||||
- run: |
|
- name: Yarn
|
||||||
|
run: |
|
||||||
cd ./frontend
|
cd ./frontend
|
||||||
- name: install deps
|
|
||||||
run: |
|
|
||||||
yarn install --frozen-lockfiles
|
yarn install --frozen-lockfiles
|
||||||
- name: build css files
|
|
||||||
run: |
|
|
||||||
./compile-less.sh
|
./compile-less.sh
|
||||||
- name: unit tests
|
|
||||||
run: |
|
|
||||||
yarn test
|
yarn test
|
||||||
- name: Build
|
|
||||||
run: |
|
|
||||||
yarn build
|
yarn build
|
||||||
|
|
||||||
docker-build:
|
docker-build:
|
||||||
|
|||||||
Reference in New Issue
Block a user