Skip to content

Merge branch 'main' of https://github.com/Usbac/aurora #218

Merge branch 'main' of https://github.com/Usbac/aurora

Merge branch 'main' of https://github.com/Usbac/aurora #218

Workflow file for this run

name: CI
on: [push]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
- run: vendor/bin/phpunit tests --colors --do-not-cache-result