Skip to content

Commit

Permalink
lalalalala
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico Hoffmann committed Aug 24, 2019
1 parent 24abaca commit c755941
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/phpunit-7.2/entrypoint.sh
@@ -1,3 +1,3 @@
#!/bin/sh -l

sh -c "phpunit"
sh -c ""
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Expand Up @@ -30,3 +30,5 @@ jobs:
args: install --ignore-platform-reqs
- name: Run PHPUnit
uses: ./.github/actions/phpunit-7.2
- name: Really run
run: phpunit

0 comments on commit c755941

Please sign in to comment.