chore: consolidate npm to bun in CI workflows
- Update justfile to use bun instead of npm for all commands - Fix broken test glob patterns in package.json and workflows - Fix npm run test:acceptance:cucumber:prod to use bun - Update pr.yml and release.yml unit test commands to use correct path format - Run 157 unit tests (was only running ~2 due to broken glob)
This commit is contained in:
@@ -122,7 +122,7 @@ jobs:
|
||||
docker run --rm \
|
||||
-e DATABASE_URL="postgresql://user:pass@localhost:5432/dummy" \
|
||||
${{ env.IMAGE_NAME }}-test:${{ steps.version.outputs.new_version }} \
|
||||
bun test 'src/__tests__/unit/**' 'src/__tests__/*.test.tsx' 'src/__tests__/auth-simple.test.ts'
|
||||
bun test src/__tests__/unit/ 'src/__tests__/*.test.tsx' src/__tests__/auth-simple.test.ts
|
||||
|
||||
- name: Build production image
|
||||
if: steps.commit.outputs.committed == 'true'
|
||||
|
||||
Reference in New Issue
Block a user