Skip to content

feat: @testing-library/react based tests #21

feat: @testing-library/react based tests

feat: @testing-library/react based tests #21

Workflow file for this run

name: "Main - Lint/Build/Tests"
on:
push:
branches: [main, master]
pull_request:
# TODO: Remove jonas-jonas/elementsv1 when we merge the branch
branches: [main, master, jonas-jonas/elementsv1]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: "20"
- run: npm ci
- run: npx playwright install --with-deps
- run: npx nx run-many --target=build --all