feat: init docker compose test (#4730)
Job testing if docker compose is working. It triggers on pull_requests.
This commit is contained in:
8
.github/workflows/ci-front.yaml
vendored
8
.github/workflows/ci-front.yaml
vendored
@ -3,7 +3,13 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- 'package.json'
|
||||
- 'packages/twenty-front/**'
|
||||
pull_request:
|
||||
paths:
|
||||
- 'package.json'
|
||||
- 'packages/twenty-front/**'
|
||||
jobs:
|
||||
front-yarn-install:
|
||||
runs-on: ci-8-cores
|
||||
@ -172,4 +178,4 @@ jobs:
|
||||
key: root-node_modules-${{hashFiles('yarn.lock')}}
|
||||
restore-keys: root-node_modules-
|
||||
- name: Front / Run jest
|
||||
run: yarn nx coverage twenty-front
|
||||
run: yarn nx coverage twenty-front
|
||||
|
||||
Reference in New Issue
Block a user