We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee52f5b commit 437b55dCopy full SHA for 437b55d
.github/workflows/build.yml
@@ -25,15 +25,14 @@ jobs:
25
with:
26
node-version-file: '.nvmrc'
27
28
+ - name: Install Playwright Browsers
29
+ run: npx playwright install --with-deps
30
- name: Run tests & linter
31
run: |
32
yarn install
33
yarn run lint && npm run check
- - name: Install Playwright Browsers
- 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 }}
+ yarn run test:ci
+ - name: Upload coverage reports to Codecov
+ uses: codecov/codecov-action@v5
+ with:
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments