init_development #1

Merged
woutervermeer merged 5 commits from init_development into main 2026-03-06 18:11:55 +00:00
Showing only changes of commit 9b57180e20 - Show all commits

View File

@@ -4,20 +4,14 @@ on:
push:
branches:
- main
pull_request:
pull_request:
jobs:
docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
steps:
- uses: actions/checkout@v3
- name: Build and run tests
run: docker compose up
run:
name: run
- name: Build and run
run: docker compose up --abort-on-container-exit --exit-code-from web