Skip to content

Commit

Permalink
Reordered Matrix definition
Browse files Browse the repository at this point in the history
Almost irrelevant change, it changes the name of the workflow:
- Before: Go Quality Checks (windows, windows-agent)
- After: Go Quality Checks (windows-agent, windows)

This means that when there is no space, Github will display:
- Before: Go Quality Checks (windows, ...
- After: Go Quality Checks (windows-ag...

Small change, but the module is usually more relevant than the platform.
  • Loading branch information
EduardGomezEscandell committed Nov 10, 2023
1 parent e14291e commit 8fb754c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu, windows]
subproject: [
"agentapi",
"common",
Expand All @@ -27,6 +26,7 @@ jobs:
"windows-agent",
"wsl-pro-service",
]
os: [ubuntu, windows]
exclude:
# Skipping because it only builds on Linux (uses syscall.Kill())
- os: windows
Expand Down Expand Up @@ -126,8 +126,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu, windows]
package: ["p4w_ms_store", "ubuntupro"]
os: [ubuntu, windows]
include:
# We'll be able to run this on Linux eventually and there are gotchas already solved here
# such as the dependency on xvfb since ubuntu runners on GH don't have graphical capabilities.
Expand Down

0 comments on commit 8fb754c

Please sign in to comment.