Skip to content

Commit

Permalink
Run tests via composer
Browse files Browse the repository at this point in the history
  • Loading branch information
mbardelmeijer committed Dec 4, 2021
1 parent fcb9b1b commit 97f251c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: run-tests

#on: [push, pull_request]
on: [push]
on: [push, pull_request]

jobs:
test:
Expand All @@ -11,7 +10,7 @@ jobs:
matrix:
os: [ubuntu-latest]
php: [8.0]
dependency-version: [prefer-stable] # prefer-lowest,
dependency-version: [prefer-stable, prefer-lowest]

name: P${{ matrix.php }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}

Expand All @@ -37,4 +36,4 @@ jobs:
sudo pip install unoserver
- name: Execute tests
run: vendor/bin/phpunit
run: composer test

0 comments on commit 97f251c

Please sign in to comment.