Skip to content

Commit

Permalink
fixed step to remove recursive symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
nickwest committed Oct 7, 2024
1 parent 7ac28f3 commit 304ed95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ jobs:
max_attempts: 5
command: composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress

- name: remove recursive symlink
run: rm vendor/orchesta/testbench-core/laravel/vendor
- name: Remove recursive symlink if it exists
run: rm -f vendor/orchestra/testbench-core/laravel/vendor

- name: Execute tests
run: vendor/bin/phpunit --coverage-clover './clover.xml'
Expand Down

0 comments on commit 304ed95

Please sign in to comment.