Skip to content

fix: improve release workflow reliability #102

fix: improve release workflow reliability

fix: improve release workflow reliability #102

Workflow file for this run

name: Unit Tests
permissions:
contents: read
on: pull_request
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
fetch-depth: 0
- uses: actions/setup-node@v4
- run: corepack enable && yarn --version
- run: yarn install
- run: yarn test