Skip to content

Commit

Permalink
feat(tests): integrate Vitest and React Testing Library #2076
Browse files Browse the repository at this point in the history
  • Loading branch information
hdinia authored Jun 24, 2024
2 parents 2bc9321 + 1cfeb8b commit 5ec6e9d
Show file tree
Hide file tree
Showing 8 changed files with 1,546 additions and 15 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
strategy:
max-parallel: 9
matrix:
os: [ windows-latest, ubuntu-20.04 ]
os: [windows-latest, ubuntu-20.04]

steps:
- name: Checkout github repo (+ download lfs dependencies)
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-20.04 ]
os: [ubuntu-20.04]
steps:
- name: Checkout github repo
uses: actions/checkout@v4
Expand All @@ -89,10 +89,13 @@ jobs:
- name: Lint
run: npm run lint
working-directory: webapp
- name: Test
run: npm run test
working-directory: webapp

sonarcloud:
runs-on: ubuntu-20.04
needs: [ python-test, npm-test ]
needs: [python-test, npm-test]
steps:
- uses: actions/checkout@v4
- name: Download python coverage report
Expand Down
Loading

0 comments on commit 5ec6e9d

Please sign in to comment.