Skip to content

Merge branch 'main' into release-please--branches--main--components--… #148

Merge branch 'main' into release-please--branches--main--components--…

Merge branch 'main' into release-please--branches--main--components--… #148

Workflow file for this run

name: Run Tests
on:
push:
pull_request:
types: [opened, synchronize]
workflow_dispatch:
jobs:
test-react-libary:
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout repository
uses: actions/checkout@v3
- name: 🫡 Setup node
uses: actions/setup-node@v1
with:
node-version: 18.12.0
- name: 🧘‍♀️ Download dependencies
run: npm ci
- name: 🎳 Run tests
run: npm test