Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
evemartin authored Apr 10, 2024
1 parent 4f4181c commit 23a53b8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
test:
name: Run tests
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
env:
LANG: C.UTF-8
steps:
Expand Down Expand Up @@ -47,5 +47,10 @@ jobs:
env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
coverage:
name: Upload coverage report
runs-on: ubuntu-latest
needs: test
steps:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3

0 comments on commit 23a53b8

Please sign in to comment.