Try removing reference to a specific branch from the phpunit.yml
This commit is contained in:
parent
aeedd5c9d9
commit
bb81adaf06
1 changed files with 1 additions and 2 deletions
3
.github/workflows/phpunit.yml
vendored
3
.github/workflows/phpunit.yml
vendored
|
|
@ -69,7 +69,6 @@ jobs:
|
|||
|
||||
- uses: actions/checkout@v1
|
||||
with:
|
||||
ref: v5-develop
|
||||
fetch-depth: 1
|
||||
|
||||
- name: Copy .env
|
||||
|
|
@ -105,4 +104,4 @@ jobs:
|
|||
|
||||
- name: Run php-cs-fixer
|
||||
run: |
|
||||
vendor/bin/php-cs-fixer fix
|
||||
vendor/bin/php-cs-fixer fix
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue