Skip to content

Change file name of reports #40

Change file name of reports

Change file name of reports #40

Workflow file for this run

name: "CI"
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
with:
php-version: '8.1.0'
- name: Run tests on docker compose
run: docker compose up --abort-on-container-exit