Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaozg committed Sep 3, 2023
1 parent 771597f commit ece5bb2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
LUAROCKS: 3.8.0
SSL: ${{ matrix.openssl_version }}
COVERALLS_PARALLEL: ON
COVERALLS_SERVICE_NAME: github-action
COVERALLS_SERVICE_NAME: github
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -50,10 +50,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Close parallel build
uses: coverallsapp/github-action@v1
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.COVERALLS_TOKEN }}
parallel-finished: true
carryforward: "run-openssl-1.0.2u, run-openssl-1.1.1v, run-openssl-3.0.10, run-openssl-3.1.2"

Valgrind:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit ece5bb2

Please sign in to comment.