Skip to content

chore: add package option to publish workflow #152

chore: add package option to publish workflow

chore: add package option to publish workflow #152

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