Skip to content

Commit bcb666f

Browse files
committed
refactor: move integration to test/cli
1 parent bd8a3be commit bcb666f

12 files changed

+472
-150
lines changed

.github/workflows/integration-test-cli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ jobs:
2323
run: pnpm build-release
2424

2525
- name: Integration Tests
26-
working-directory: ./integration
26+
working-directory: ./test/cli
2727
run: pnpm test

0 commit comments

Comments
 (0)