Skip to content

Run tests in github actions #10

Run tests in github actions

Run tests in github actions #10

Workflow file for this run

name: Run automated tests
on:
workflow_dispatch:
push:
branches:
- main
- production
pull_request:
types: [ opened, synchronize, reopened ]
jobs:
zorm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# TODO: cache volumes. should i cache the entire /var/lib/docker?
- run: >
docker compose
--project-directory .
--file github-actions/compose.yaml
run --rm zorm-test-github-actions