Skip to content

ci: Add initial version of github workflow #1

ci: Add initial version of github workflow

ci: Add initial version of github workflow #1

Workflow file for this run

name: Tests
on:
push:
pull_request:
branches:
- main
jobs:
test:
name: Build and run all tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: build-dev-env
run: docker compose --env-file=test/compose/.env.test -f test/compose/docker-compose.yml run composectl test/run-tests.sh