From d4b299b3da20ad2fcedc63a901800b2ecf72f238 Mon Sep 17 00:00:00 2001 From: t_max <1172915550@qq.com> Date: Mon, 29 Jan 2024 11:28:43 +0800 Subject: [PATCH] ci: codecov --- .github/workflows/go.yml | 22 ++++++++++++++-------- .github/workflows/push.yml | 22 ++++++++++++++-------- 2 files changed, 28 insertions(+), 16 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 7d50d14..8e35cbb 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -110,7 +110,7 @@ jobs: needs: build strategy: matrix: - go: [ '1.14', '1.19' ] + go: [ '1.14', 'stable' ] name: Go ${{ matrix.go }} steps: - name: get cache server by pr @@ -133,11 +133,6 @@ jobs: restore-keys: | ${{ runner.os }}-build-${{ inputs.tbBranch }}- - - name: checkout - uses: actions/checkout@v3 - with: - path: 'driver-go' - - name: prepare install run: sudo apt install -y libgeos-dev @@ -146,6 +141,9 @@ jobs: tar -zxvf server.tar.gz cd release && sudo sh install.sh + - name: checkout + uses: actions/checkout@v3 + - name: shell run: | cat >start.sh<start.sh<