Skip to content

Merge pull request #103 from YotaYota/test.react-testing-library #2

Merge pull request #103 from YotaYota/test.react-testing-library

Merge pull request #103 from YotaYota/test.react-testing-library #2

Workflow file for this run

name: CI
on:
pull_request:
branches:
- develop
push:
branches:
- develop
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18.x'
- run: npm ci
- run: npm run build
- run: npm test