Skip to content

Commit

Permalink
Copy package.json from another project to try to discover differences…
Browse files Browse the repository at this point in the history
…. No clue what's causing this (seems no one else has a clue either). Related issue: embroider-build/embroider#1116
  • Loading branch information
NullVoxPopuli committed May 8, 2022
1 parent 50f5bbe commit 5cfd828
Show file tree
Hide file tree
Showing 4 changed files with 431 additions and 480 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
dist: ember-resources/dist
jobs:
tests:
name: Base Tests
name: Tests
timeout-minutes: 5
runs-on: ubuntu-latest
strategy:
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Install Dependencies
run: pnpm install
- name: Test with ${{ matrix.node }}
run: pnpm --filter test-app run ember:test
run: pnpm --filter test-app run test:ember

try-scenarios:
name: ${{ matrix.ember-try-scenario }}
Expand Down
1 change: 1 addition & 0 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"ember-cli-app-version": "^5.0.0",
"ember-cli-babel": "^7.26.11",
"ember-cli-htmlbars": "^6.0.1",
"ember-cli-deprecation-workflow": "^2.0.0",
"ember-cli-inject-live-reload": "^2.1.0",
"ember-cli-postcss": "^8.0.0",
"ember-cli-sri": "^2.1.1",
Expand Down
Loading

0 comments on commit 5cfd828

Please sign in to comment.