diff --git a/.github/workflows/test_ci.yaml b/.github/workflows/test_ci.yaml index d83fce13..316905fc 100644 --- a/.github/workflows/test_ci.yaml +++ b/.github/workflows/test_ci.yaml @@ -1,19 +1,22 @@ -name: hello-world +name: test on: - workflow_dispatch: pull_request: - branches: - - master - - staging - - main - paths: - - README.md - + branches: [main] + push: + branches: [main] + workflow_dispatch: jobs: - my-job: + test: runs-on: ubuntu-latest steps: - - name: my-step - run: echo "Hello World!" \ No newline at end of file + - 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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 85a231b9..6ed630eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.0.77 + +- Feat: multi-account Batch 2a + 2e — `codev account` CLI + configurable global-default + - `codev account list | add