Skip to content

Commit

Permalink
Add bogus phpunit workflow to trunk to allow testing it in the PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc45 committed Dec 14, 2024
1 parent e6b22e8 commit 8fd995c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: PHPUnit Tests
on:
pull_request:
paths:
- 'src/**.php'

jobs:
phpunit_tests:
runs-on: ubuntu-latest
steps:
- name: Echo Bogus
run: echo "Bogus workflow to allow PR-based testing."

0 comments on commit 8fd995c

Please sign in to comment.