Skip to content

github actions

github actions #4

Workflow file for this run

name: CI
on: [push]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
- name: PHPUnit Tests
uses: php-actions/phpunit@master
working-directory: backend

Check failure on line 16 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 16, Col: 9): Unexpected value 'working-directory'
with:
version: 9.6
bootstrap: vendor/autoload.php
configuration: test/phpunit.xml
args: --coverage-text