From 7721416ad7d1b18915f5be1d76b21f0404bab276 Mon Sep 17 00:00:00 2001 From: Ke Chen Date: Fri, 29 Mar 2024 15:24:01 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=B8=B4=E6=97=B6=E5=88=A0=E9=99=A4CI?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E8=87=AA=E5=8A=A8=E5=8C=96=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dev.yaml | 22 +++++++++++----------- .github/workflows/main.yaml | 20 ++++++++++---------- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/workflows/dev.yaml b/.github/workflows/dev.yaml index 6001330..94ec5d7 100644 --- a/.github/workflows/dev.yaml +++ b/.github/workflows/dev.yaml @@ -13,17 +13,17 @@ jobs: - name: Checkout uses: actions/checkout@master - - name: Set up Go - uses: actions/setup-go@master - with: - go-version: 1.21.1 - - - run: go version - - - name: Automated Testing - env: - MODE: test - run: go test -v -count=1 -json -tags release ./tests/... +# - name: Set up Go +# uses: actions/setup-go@master +# with: +# go-version: 1.21.1 +# +# - run: go version +# +# - name: Automated Testing +# env: +# MODE: test +# run: go test -v -count=1 -json -tags release ./tests/... - name: Set up QEMU uses: docker/setup-qemu-action@master diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 39542e9..cc8089f 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -13,16 +13,16 @@ jobs: - name: Checkout uses: actions/checkout@master - - name: Set up Go - uses: actions/setup-go@master - with: - go-version: 1.21.1 - - - run: go version - - name: Automated Testing - env: - MODE: test - run: go test -v -count=1 -json -tags release ./tests/... +# - name: Set up Go +# uses: actions/setup-go@master +# with: +# go-version: 1.21.1 +# +# - run: go version +# - name: Automated Testing +# env: +# MODE: test +# run: go test -v -count=1 -json -tags release ./tests/... - name: Set up QEMU uses: docker/setup-qemu-action@master