Skip to content

feat(multi-account): codev account CLI + global-default (Batch 2a + 2e) #28

feat(multi-account): codev account CLI + global-default (Batch 2a + 2e)

feat(multi-account): codev account CLI + global-default (Batch 2a + 2e) #28

Workflow file for this run

name: test
on:
pull_request:
branches: [main]
push:
branches: [main]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: yarn
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run tests
run: yarn test