Skip to content

Merge branch 'master' into renovate/major-semantic-release-monorepo #210

Merge branch 'master' into renovate/major-semantic-release-monorepo

Merge branch 'master' into renovate/major-semantic-release-monorepo #210

Workflow file for this run

name: ci
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎
uses: actions/checkout@v3
- name: Install and test 📦
uses: cypress-io/github-action@v4
with:
command: npm test
- name: Semantic Release 🚀
uses: cycjimmy/semantic-release-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}