Skip to content

feat(deploy): remote-only, remove local buildpacks/Docker build #1

feat(deploy): remote-only, remove local buildpacks/Docker build

feat(deploy): remote-only, remove local buildpacks/Docker build #1

Workflow file for this run

name: CLI tests
on:
pull_request_target:
types:
- opened
- synchronize
- reopened
branches:
- main
jobs:
build-cli:
name: Test + package CLI
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v6
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-node@v6
- run: npm i
- run: npm test
- run: npm run build