Skip to content

Commit 56a1585

Browse files
d4mationclaude
andcommitted
ENG-219: Add build step before running tests in CI
Tests spawn node dist/cli.js, so the project must be built first. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 37f4c92 commit 56a1585

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
with:
1313
node-version: ${{ matrix.node-version }}
1414
- run: npm ci
15+
- run: npm run build
1516
- name: Setup git
1617
run: |
1718
git config --global user.name "GitHub Actions"

0 commit comments

Comments
 (0)