Skip to content

Add GitHub Actions to develop branch #1

Add GitHub Actions to develop branch

Add GitHub Actions to develop branch #1

Workflow file for this run

name: PHPUnit Tests
on: [push]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@run-as-current-user
- name: PHPUnit Tests
uses: php-actions/phpunit@composer-version--user
working-directory: /data/SilMock/tests

Check failure on line 15 in .github/workflows/phpunit-tests.yml

View workflow run for this annotation

GitHub Actions / PHPUnit Tests

Invalid workflow file

The workflow is not valid. .github/workflows/phpunit-tests.yml (Line: 15, Col: 9): Unexpected value 'working-directory'
with:
bootstrap: vendor/autoload.php
configuration: /data/SilMock/tests/phpunit.xml