Skip to content

Fix ci

Fix ci #14

Workflow file for this run

name: CI Test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Prepare git
run: git config --global core.autocrlf false
- uses: actions/checkout@v3
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
with:
node-version: "20.x"
registry-url: "https://registry.npmjs.org"
- name: Yarn install
run: yarn
- name: Install turbo
run: yarn global add turbo
- name: Run test
run: turbo test