Skip to content

Commit

Permalink
Add Github Actions Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
martinseener committed Mar 17, 2024
1 parent 5adc372 commit c1d3753
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: CI

on: [push, pull_request]

jobs:
unit-tests:
- name: phpunit
uses: php-actions/phpunit@v3
with:
configuration: "phpunit.xml.dist"
memory_limit: "256M"

0 comments on commit c1d3753

Please sign in to comment.