Skip to content

Commit

Permalink
Update phpunit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna authored Dec 8, 2020
1 parent fb4a2d6 commit b2a4844
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
name: Tests

on: [push,pull_request]
on:
# Run action on every push and PR
push:
pull_request:

# Run action at midnight to test against any updated dependencies
schedule:
- cron: '0 0 * * *'

jobs:
phpunit:
Expand Down

0 comments on commit b2a4844

Please sign in to comment.