Skip to content

Commit

Permalink
Merge a4f60f9 into 67254ca
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed May 3, 2022
2 parents 67254ca + a4f60f9 commit d6500ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -113,7 +113,7 @@ jobs:
node-version: "17.6"

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install Node.js ${{ matrix.node-version }}
shell: bash -eo pipefail -l {0}
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
fi
- name: Upload code coverage
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: steps.list_env.outputs.nyc != ''
with:
name: coverage
Expand All @@ -197,14 +197,14 @@ jobs:
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install lcov
shell: bash
run: sudo apt-get -y install lcov

- name: Collect coverage reports
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: coverage
path: ./coverage
Expand Down

0 comments on commit d6500ef

Please sign in to comment.