Skip to content

Lean Mean SDKing Machine #363

Lean Mean SDKing Machine

Lean Mean SDKing Machine #363

Workflow file for this run

name: Test
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
env:
NEXT_TELEMETRY_DISABLED: 1
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: pnpm/action-setup@v2
with:
version: ^7.18.0
- run: pnpm ci:test