6 Commits

Author SHA1 Message Date
7efd74fe34 ci: Label run test command 👷
All checks were successful
CI / test (push) Successful in 1m2s
2024-10-31 11:49:16 +13:00
5a38301d36 ci: Use composer installed phpunit 👷
All checks were successful
CI / test (push) Successful in 1m29s
2024-10-31 10:56:34 +13:00
007ea93946 ci: Update branch selector 👷
Some checks failed
CI / test (push) Failing after 2m4s
2024-10-31 10:50:31 +13:00
defcc3b98c ci: Update branch selector 👷 2024-10-31 10:49:01 +13:00
867db02cde ci: Update branch selector 👷 2024-10-31 10:48:02 +13:00
491046dcf0 ci: Update branch selector 👷 2024-10-31 10:46:58 +13:00

View File

@@ -2,9 +2,9 @@ name: CI
on: on:
push: push:
branches: branches:
- "**!master" - "develop"
pull_request: # pull_request:
types: [ opened, reopened ] # types: [ opened, reopened ]
tags: tags:
- "!**" - "!**"
@@ -17,5 +17,8 @@ jobs:
with: with:
php-version: "7.4" php-version: "7.4"
- uses: "ramsey/composer-install@v3" - uses: "ramsey/composer-install@v3"
- uses: php-actions/phpunit@v3
- name: "Run Tests with PHPunit"
run: |
/usr/bin/php vendor/phpunit/phpunit/phpunit --configuration ./phpunit.xml.dist