Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
rawilk committed Mar 20, 2023
1 parent 0337276 commit 520e8af
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ jobs:
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "pestphp/pest:${{ matrix.pest }}" --no-interaction --no-update
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
- if: matrix.laravel == '9.*'
name: Install parallel plugin for Laravel 9.x
run: composer require --dev pestphp/pest-plugin-parallel

- name: List Installed Dependencies
run: composer show -D

Expand All @@ -62,4 +58,4 @@ jobs:

- if: matrix.laravel == '9.*'
name: Execute tests (laravel 9.x)
run: vendor/bin/pest -p
run: vendor/bin/pest

0 comments on commit 520e8af

Please sign in to comment.