Skip to content

Commit

Permalink
Convert to pnpm because ember-try was failing because npm doesn't ins…
Browse files Browse the repository at this point in the history
…tall deps correctly
  • Loading branch information
NullVoxPopuli committed May 4, 2023
1 parent f11f903 commit 0aa34ec
Show file tree
Hide file tree
Showing 5 changed files with 12,958 additions and 45,207 deletions.
25 changes: 6 additions & 19 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: volta-cli/action@v1
with:
node-version: 14.x
- run: npm ci
- run: npm run lint
- run: npm run test
- uses: wyvox/action@v1
- run: pnpm lint
- run: pnpm test:ember
working-directory: addon

floating-dependencies:
Expand All @@ -31,12 +27,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: volta-cli/action@v1
with:
node-version: 14.x
- run: npm ci
- run: npm test
- uses: wyvox/action@v1
- run: pnpm test:ember
working-directory: addon

try-scenarios:
Expand Down Expand Up @@ -65,12 +57,7 @@ jobs:
- embroider-optimized

steps:
- uses: actions/checkout@v2
- uses: volta-cli/action@v1
with:
node-version: 14.x
- name: install dependencies
run: npm ci
- uses: wyvox/action@v1
- name: test
run: node_modules/.bin/ember try:one ${{ matrix.ember-try-scenario }} --skip-cleanup
working-directory: addon
Loading

0 comments on commit 0aa34ec

Please sign in to comment.