Skip to content

Commit 437b55d

Browse files
committed
Trying to upload coverage
1 parent ee52f5b commit 437b55d

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,14 @@ jobs:
2525
with:
2626
node-version-file: '.nvmrc'
2727

28+
- name: Install Playwright Browsers
29+
run: npx playwright install --with-deps
2830
- name: Run tests & linter
2931
run: |
3032
yarn install
3133
yarn run lint && npm run check
32-
- name: Install Playwright Browsers
33-
run: npx playwright install --with-deps
34-
- name: Run Playwright tests
35-
run: npx playwright test
36-
# - name: Upload coverage reports to Codecov
37-
# uses: codecov/codecov-action@v5
38-
# with:
39-
# token: ${{ secrets.CODECOV_TOKEN }}
34+
yarn run test:ci
35+
- name: Upload coverage reports to Codecov
36+
uses: codecov/codecov-action@v5
37+
with:
38+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)