Skip to content

Commit

Permalink
re-order matrix to optimize total time
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinMalfait committed Dec 11, 2024
1 parent a964807 commit b76769e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,24 @@ jobs:
node-version: [20]

runner:
- name: Linux
os: namespace-profile-default

- name: Windows
os: windows-latest

- name: Linux
os: namespace-profile-default

- name: macOS
os: macos-14

integration-type:
- sequential
- concurrent
- sequential

integration:
- cli
- postcss
- upgrade
- vite
- cli
- postcss

# Exclude windows and macos from being built on feature branches
on-next-branch:
Expand Down

0 comments on commit b76769e

Please sign in to comment.