Skip to content

Add daily email for 2024-06-23 #178

Add daily email for 2024-06-23

Add daily email for 2024-06-23 #178

Workflow file for this run

name: Run tests
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: cachix/install-nix-action@v26
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: actions/checkout@v4
- run: |
nix develop -c composer install
nix develop -c ./run test --testdox --colors=always