Skip to content

Commit

Permalink
fix: removed wrong file
Browse files Browse the repository at this point in the history
  • Loading branch information
guidari committed Aug 22, 2024
1 parent 2f439de commit 828c662
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 26 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,3 +247,26 @@ jobs:
- name: Check AVT Runner job status
if: ${{ needs.avt-runner.result != 'success' }}
run: exit 1

jobs:
build:
runs-on: ubuntu-latest
name: Test JS frontend
defaults:
run:
working-directory: ./packages/react/src/components
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v2
with:
node-version: '20'
- name: Install requirements
run: yarn install
- name: Run tests and collect coverage
run: yarn test
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/[email protected]
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
flags: jest-components
26 changes: 0 additions & 26 deletions .github/workflows/codecov-components.yml

This file was deleted.

0 comments on commit 828c662

Please sign in to comment.