Fix/adjust pipeline (#1619)

* use the correct frontend make target

* allow interactive tty if available

* fix syntax on pipeline trigger paths
This commit is contained in:
Thomas Moerkerken
2022-07-07 01:10:35 +02:00
committed by GitHub
parent 449968bc4e
commit 99d16a37d5
3 changed files with 11 additions and 6 deletions

View File

@@ -7,8 +7,8 @@ on:
branches:
- master
paths:
- backend
- libs
- 'backend/**'
- 'libs/**'
jobs:
libs:

View File

@@ -7,7 +7,7 @@ on:
branches:
- master
paths:
- frontend
- 'frontend/**'
jobs:
frontend:
@@ -34,8 +34,8 @@ jobs:
restore-keys: |
${{ runner.os }}-node-
- name: Build frontend
run: make frontend
- name: Build frontends
run: make frontends
- name: 'Tar files to preserve file permissions'
run: tar -cvf frontend.tar frontend/dist frontend/config.json