Skip to content

Commit e285f41

Browse files
committed
Try to add PHPUnit
1 parent 47e6834 commit e285f41

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: CI
2+
3+
on: [push]
4+
5+
jobs:
6+
build-test:
7+
runs-on: ubuntu-latest
8+
9+
steps:
10+
- uses: actions/checkout@v4
11+
- uses: php-actions/composer@v6
12+
- uses: php-actions/phpunit@v4
13+
with:
14+
vendored_phpunit_path: 'vendor/bin/phpunit'

0 commit comments

Comments
 (0)