Skip to content

Commit 45ee301

Browse files
committed
CI: meld artifacts-darwin job into the main job
Decrease the number of the jobs to avoid hitting the concurrency limit Signed-off-by: Akihiro Suda <[email protected]>
1 parent 4edd353 commit 45ee301

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ jobs:
8383
- uses: actions/checkout@v3
8484
with:
8585
fetch-depth: 1
86+
- name: Test making darwin artifacts
87+
run: make artifacts-darwin
8688
- name: Unit tests
8789
run: go test -v ./...
8890
- name: Make
@@ -184,20 +186,6 @@ jobs:
184186
max_attempts: 3
185187
command: ./hack/test-upgrade.sh ${{ matrix.oldver }} ${{ github.sha }}
186188

187-
artifacts-darwin:
188-
name: Artifacts Darwin
189-
runs-on: macos-11
190-
timeout-minutes: 20
191-
steps:
192-
- uses: actions/setup-go@v3
193-
with:
194-
go-version: 1.19.x
195-
- uses: actions/checkout@v3
196-
with:
197-
fetch-depth: 1
198-
- name: Make darwin artifacts
199-
run: make artifacts-darwin
200-
201189
artifacts-linux:
202190
name: Artifacts Linux
203191
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)