Skip to content

Commit

Permalink
Update and rename first_test.yml to unit_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alkemann authored Sep 21, 2019
1 parent 45f44f5 commit 617eab7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/first_test.yml

This file was deleted.

20 changes: 20 additions & 0 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: CI

on:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
phpunit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
# For YAML Actions, use v1 or later
- uses: pxgamer/phpunit-action@master
with:
# If there isn't a PHPUnit config, specify files or directories to test
command: tests/

0 comments on commit 617eab7

Please sign in to comment.