Skip to content

Commit

Permalink
CI: deduplicate tasks
Browse files Browse the repository at this point in the history
Signed-off-by: Akihiro Suda <[email protected]>
  • Loading branch information
AkihiroSuda committed Nov 23, 2022
1 parent b10fb13 commit 2f4193f
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Test making darwin artifacts
run: make artifacts-darwin
- name: Unit tests
run: go test -v ./...
- name: Make
Expand Down Expand Up @@ -243,23 +241,3 @@ jobs:
retry_on: error
max_attempts: 3
command: ./hack/test-upgrade.sh ${{ matrix.oldver }} ${{ github.sha }}

artifacts-linux:
name: Artifacts Linux
runs-on: ubuntu-22.04
timeout-minutes: 20
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.19.x
- name: Install gcc-aarch64-linux-gnu
run: |
sudo apt-get update
sudo apt-get install -y gcc-aarch64-linux-gnu
- uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Make linux artifacts
run: make artifacts-linux
- name: Make misc artifacts
run: make artifacts-misc

0 comments on commit 2f4193f

Please sign in to comment.