Skip to content

Commit

Permalink
Sorted Go subprojects alphabetically
Browse files Browse the repository at this point in the history
It just looks nicer
  • Loading branch information
EduardGomezEscandell committed Nov 10, 2023
1 parent d66bd33 commit babf65b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
os: [ubuntu, windows]
subproject: [
"agentapi",
"common",
"contractsapi",
"end-to-end",
"mocks",
"storeapi/go-wrapper/microsoftstore",
"windows-agent",
"wsl-pro-service",
"end-to-end",
"common",
]
exclude:
# Skipping because it only builds on Linux (uses syscall.Kill())
Expand All @@ -38,16 +38,16 @@ jobs:
# Enabling Flutter to generate gRPC bindings
- subproject: agentapi
needs-flutter: true
# Skipping tests because common/i18n subprocesses gettext
- os: ubuntu
subproject: "common"
# Skipping tests because we run them in the qa-azure workflow
- subproject: end-to-end
skip-tests: true
# Skipping tests because we need MsBuild
- os: ubuntu
subproject: storeapi/go-wrapper/microsoftstore
skip-tests: true
# Skipping tests because common/i18n subprocesses gettext
- os: ubuntu
subproject: "common"

runs-on: ${{ matrix.os }}-latest
steps:
Expand Down

0 comments on commit babf65b

Please sign in to comment.