Skip to content

Commit e01c114

Browse files
authored
[skip-changelog] Run integration tests on Linux as latest (#2617)
Since the Windows and MacOSX are the slowest to complete this reordering allows to start the long running tests early and reduce the overall completion time.
1 parent 08f429d commit e01c114

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/test-go-task.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ jobs:
8080
fail-fast: false
8181
matrix:
8282
operating-system:
83-
- ubuntu-latest
8483
- windows-latest
8584
- macos-latest
85+
- ubuntu-latest
8686
tests: ${{ fromJSON(needs.tests-collector.outputs.tests-data) }}
8787

8888
runs-on: ${{ matrix.operating-system }}
@@ -127,9 +127,9 @@ jobs:
127127
fail-fast: false
128128
matrix:
129129
operating-system:
130-
- ubuntu-latest
131130
- windows-latest
132131
- macos-latest
132+
- ubuntu-latest
133133

134134
runs-on: ${{ matrix.operating-system }}
135135

0 commit comments

Comments
 (0)