Skip to content

Commit

Permalink
Run tests on push/pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
andriokha committed Sep 6, 2024
1 parent f636cfd commit 9933003
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Run tests

on:
workflow_dispatch:
pull_request:
push:

jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: 8.1
- uses: ramsey/composer-install@v3
- run: vendor/bin/phpunit

0 comments on commit 9933003

Please sign in to comment.