Skip to content

Merge pull request #102 from emmanuelgautier/release-please--branches… #805

Merge pull request #102 from emmanuelgautier/release-please--branches…

Merge pull request #102 from emmanuelgautier/release-please--branches… #805

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎
uses: actions/checkout@v3
- name: Setup node env 🏗
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- name: Install dependencies 👨🏻‍💻
run: yarn install --frozen-lockfile --silent
- name: Run tests 🧪
run: yarn test