Skip to content

clean nx cache too when running "yarn clean" (#327) #48

clean nx cache too when running "yarn clean" (#327)

clean nx cache too when running "yarn clean" (#327) #48

Workflow file for this run

name: Build & Test
on:
push:
branches: [main]
pull_request:
types: [opened, synchronize]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
- uses: borales/actions-yarn@v5
with:
cmd: install
- run: yarn build
- run: yarn test
- run: yarn --cwd apps/node-compat-test test