mirror of
https://github.com/penpot/penpot.git
synced 2025-01-21 14:12:36 -05:00
Build backend as part of PR
This commit is contained in:
parent
034d5ad5ab
commit
99d6df4588
1 changed files with 4 additions and 2 deletions
4
.github/workflows/pr.yaml
vendored
4
.github/workflows/pr.yaml
vendored
|
@ -14,6 +14,9 @@ jobs:
|
|||
- dockerfile: Dockerfile.frontend
|
||||
type: pr-frontend
|
||||
name: frontend
|
||||
- dockerfile: Dockerfile.backend
|
||||
type: pr-backend
|
||||
name: backend
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
|
@ -68,4 +71,3 @@ jobs:
|
|||
env:
|
||||
GIMLET_SERVER: ${{ secrets.GIMLET_SERVER }}
|
||||
GIMLET_TOKEN: ${{ secrets.GIMLET_TOKEN }}
|
||||
DEPLOY: 'true'
|
Loading…
Add table
Reference in a new issue