Skip to content

Add packageManager field to package.json #268

Add packageManager field to package.json

Add packageManager field to package.json #268

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

ci.yml

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

Annotations

2 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-2340-lvg3DPm9FaR2/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 @@ -52,11 +52,12 @@ - name: Run Tests run: pnpm test # For the Try Scenarios - id: set-matrix run: | - echo "matrix=$(pnpm -s dlx @embroider/try list)" >> $GITHUB_OUTPUT + echo "matrix=$(pnpm -s dlx @embroider/try list)" >> $GITHUB_OUTPUT + floating: name: "Floating Dependencies" runs-on: ubuntu-latest timeout-minutes: 10 @@ -93,14 +94,14 @@ with: node-version: 22 cache: pnpm - name: Apply Scenario run: | - pnpm dlx @embroider/try apply ${{ matrix.name }} + 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