From 18ccdbff42077859b35d2fc9fe5f4756d7763d68 Mon Sep 17 00:00:00 2001 From: Balint Morasz Date: Thu, 26 Oct 2023 12:13:48 +0200 Subject: [PATCH] fix github actions pipeline use a single script step --- .github/workflows/ci.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3dbfc98..dcbe82c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: