Skip to content

Bump react-dom from 18.3.1 to 19.0.0 in /apps/website #129

Bump react-dom from 18.3.1 to 19.0.0 in /apps/website

Bump react-dom from 18.3.1 to 19.0.0 in /apps/website #129

Workflow file for this run

name: unit-tests
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: npm install
- name: Run tests
run: npm run test:ci
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}