Skip to content

Update Deployment setup #15

Update Deployment setup

Update Deployment setup #15

Workflow file for this run

name: Run tests
on:
pull_request:
types: [opened, synchronize]
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
with:
node-version: 16
registry-url: https://registry.npmjs.org
- run: yarn
- run: yarn generate
- run: yarn test