mirror of
https://github.com/morbalint/kemkas.git
synced 2026-07-17 19:03:46 +00:00
fix github actions pipeline
This commit is contained in:
@@ -7,7 +7,7 @@ on:
|
|||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ci:
|
ci-fe:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@@ -18,6 +18,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 18.x
|
node-version: 18.x
|
||||||
|
|
||||||
|
- run: |
|
||||||
|
cd ./frontend
|
||||||
- name: install deps
|
- name: install deps
|
||||||
run: |
|
run: |
|
||||||
yarn install --frozen-lockfiles
|
yarn install --frozen-lockfiles
|
||||||
@@ -39,5 +41,6 @@ jobs:
|
|||||||
|
|
||||||
- name: docker build
|
- name: docker build
|
||||||
run: |
|
run: |
|
||||||
|
cd ./frontend
|
||||||
docker build .
|
docker build .
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user