feat: init docker compose test (#4730)

Job testing if docker compose is working. It triggers on pull_requests.
This commit is contained in:
Quentin G
2024-04-03 18:08:21 +02:00
committed by GitHub
parent 6d23642d28
commit ccd02fe58c
6 changed files with 93 additions and 2 deletions

View File

@ -3,7 +3,13 @@ on:
push:
branches:
- main
paths:
- 'package.json'
- 'packages/twenty-server/**'
pull_request:
paths:
- 'package.json'
- 'packages/twenty-server/**'
jobs:
server-test:
runs-on: ubuntu-latest