Skip to content

Commit

Permalink
テストを AppVeyor にあわせる
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasess committed Oct 28, 2019
1 parent 6825b6b commit a4afe21
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,8 @@ jobs:
shell: bash

- name: Run to PHPUnit
run: |
data/vendor/bin/phpunit --exclude-group classloader
data/vendor/bin/phpunit --group classloader
run: data/vendor/bin/phpunit --exclude-group classloader

deploy:
name: Deploy
runs-on: ubuntu-18.04
Expand Down

0 comments on commit a4afe21

Please sign in to comment.