Skip to content

Commit

Permalink
fix: fix errors in coverage.yml and sdk.yml
Browse files Browse the repository at this point in the history
Signed-off-by: shouren <[email protected]>
  • Loading branch information
Shouren committed Dec 20, 2024
1 parent dea0567 commit 53c89bb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
26 changes: 14 additions & 12 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ on:

jobs:
coverage:
runs-on: ghcr.io/4paradigm/hybridsql:latest
runs-on: ubuntu-latest
container:
image: ghcr.io/4paradigm/hybridsql:latest
env:
CTEST_PARALLEL_LEVEL: 1 # parallel test level for ctest (make test)
CMAKE_BUILD_TYPE: Debug
Expand All @@ -47,17 +49,17 @@ jobs:
with:
submodules: true

- name: download lcov
uses: actions/checkout@v4
with:
repository: linux-test-project/lcov
ref: v1.16
path: lcov

- name: install lcov
working-directory: lcov
run: |
sudo make install
# - name: download lcov
# uses: actions/checkout@v4
# with:
# repository: linux-test-project/lcov
# ref: v1.16
# path: lcov
#
# - name: install lcov
# working-directory: lcov
# run: |
# sudo make install

- name: coverage configure
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ jobs:
runs-on: ubuntu-latest
container:
image: ghcr.io/4paradigm/hybridsql:latest
env:
env:
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
Expand Down

0 comments on commit 53c89bb

Please sign in to comment.