Skip to content

Commit

Permalink
fixed: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaGuarini committed Dec 15, 2023
1 parent 3fd1ebd commit c404611
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:
- run: npm ci
- run: make riot
- name: Saucelabs Crossbrowser Testing
if: ${{ success() && github.event_name != 'pull_request' && matrix.node-version == '19.x' }}
if: ${{ success() && github.event_name != 'pull_request' && matrix.node-version == '20.x' }}
env:
SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }}
SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }}
run: make test-sauce
- name: Coveralls
if: ${{ success() && github.event_name != 'pull_request' && matrix.node-version == '19.x' }}
if: ${{ success() && github.event_name != 'pull_request' && matrix.node-version == '20.x' }}
uses: coverallsapp/github-action@master
with:
path-to-lcov: ./coverage/report-lcov/lcov.info
Expand Down

0 comments on commit c404611

Please sign in to comment.