Skip to content

Commit

Permalink
Windows tests extracted into separate job and will always fast.
Browse files Browse the repository at this point in the history
  • Loading branch information
LastDragon-ru committed Jan 23, 2025
1 parent bbde6df commit bfc69d1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,13 @@ jobs:
uses: ./.github/workflows/phpunit.yml
with:
fast: ${{ github.event_name == 'schedule' && 'true' || 'false' }}
runs-on: '["ubuntu-latest", "windows-latest"]'

phpunit-windows:
name: Windows tests
uses: ./.github/workflows/phpunit.yml
with:
fast: true
runs-on: '["windows-latest"]'

phpunit-package:
name: Package tests
Expand Down

0 comments on commit bfc69d1

Please sign in to comment.