Skip to content

Commit

Permalink
Update windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
williamniemiec authored Jun 10, 2022
1 parent 0dc9b6b commit df5f1cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: php -r "file_exists('.env') || copy('.env.example', '.env');"
- name: Install Dependencies
run: |
rd /s /q "vendor"
remove-item 'vendor' -recurse -force
composer install
- name: Execute tests via PHPUnit
run: |
Expand Down

0 comments on commit df5f1cf

Please sign in to comment.