Skip to content

Commit 2f4193f

Browse files
committed
CI: deduplicate tasks
Signed-off-by: Akihiro Suda <[email protected]>
1 parent b10fb13 commit 2f4193f

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ jobs:
8383
- uses: actions/checkout@v3
8484
with:
8585
fetch-depth: 1
86-
- name: Test making darwin artifacts
87-
run: make artifacts-darwin
8886
- name: Unit tests
8987
run: go test -v ./...
9088
- name: Make
@@ -243,23 +241,3 @@ jobs:
243241
retry_on: error
244242
max_attempts: 3
245243
command: ./hack/test-upgrade.sh ${{ matrix.oldver }} ${{ github.sha }}
246-
247-
artifacts-linux:
248-
name: Artifacts Linux
249-
runs-on: ubuntu-22.04
250-
timeout-minutes: 20
251-
steps:
252-
- uses: actions/setup-go@v3
253-
with:
254-
go-version: 1.19.x
255-
- name: Install gcc-aarch64-linux-gnu
256-
run: |
257-
sudo apt-get update
258-
sudo apt-get install -y gcc-aarch64-linux-gnu
259-
- uses: actions/checkout@v3
260-
with:
261-
fetch-depth: 1
262-
- name: Make linux artifacts
263-
run: make artifacts-linux
264-
- name: Make misc artifacts
265-
run: make artifacts-misc

0 commit comments

Comments
 (0)