Skip to content

Add packageManager field to package.json #270

Add packageManager field to package.json

Add packageManager field to package.json #270

Triggered via pull request October 25, 2025 18:30
Status Failure
Total duration 2m 3s
Artifacts

ci.yml

on: pull_request
Matrix: defaults_tests
Matrix: Tests
Matrix: typescript_tests
Fit to window
Zoom out
Zoom in

Annotations

4 errors
Slow tests: defaults with pnpm
Process completed with exit code 1.
smoke-tests/defaults.test.ts > defaults with pnpm > is using the correct packager: tests/helpers/assertions.ts#L178
AssertionError: /tmp/tmp-2211-iP6ao7gN7g3G/my-addon/.github/workflows/ci.yml matches .github/workflows/ci.yml: expected 'name: CI\n\non:\n push:\n branche…' to equal 'name: CI\n\non:\n push:\n branche…' - Expected + Received @@ -91,12 +91,13 @@ - uses: actions/setup-node@v4 with: node-version: 22 cache: pnpm - name: Apply Scenario - run: pnpm dlx @embroider/try apply ${{ matrix.name }} + run: | + pnpm dlx @embroider/try apply ${{ matrix.name }} - + - name: Install Dependencies run: pnpm install --no-lockfile - name: Run Tests run: pnpm test env: ${{ matrix.env }} ❯ matchesFixture helpers/assertions.ts:178:36 ❯ smoke-tests/defaults.test.ts:64:11
Slow tests: defaults with npm
Process completed with exit code 1.
smoke-tests/defaults.test.ts > defaults with npm > is using the correct packager: tests/helpers/assertions.ts#L178
AssertionError: /tmp/tmp-2212-0DbdLh6iIoQs/my-addon/.github/workflows/ci.yml matches .github/workflows/ci.yml: expected 'name: CI\n\non:\n push:\n branche…' to equal 'name: CI\n\non:\n push:\n branche…' - Expected + Received @@ -79,11 +79,13 @@ - uses: actions/setup-node@v4 with: node-version: 22 cache: npm - name: Apply Scenario - run: npx @embroider/try apply ${{ matrix.name }} + run: | + + npx @embroider/try apply ${{ matrix.name }} - name: Install Dependencies run: npm install --no-package-lock - name: Run Tests run: npm test env: ${{ matrix.env }} ❯ matchesFixture helpers/assertions.ts:178:36 ❯ smoke-tests/defaults.test.ts:54:11