Skip to content

Commit

Permalink
ci: remove double pnpm installation
Browse files Browse the repository at this point in the history
  • Loading branch information
vscav committed Jun 5, 2023
1 parent 7b7a8f4 commit 83aece0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
with:
pnpm-version: 8.5.1
node-version: 16.x
- name: Install dependencies
run: pnpm install --frozen-lockfile
args: "--frozen-lockfile"
- name: Run Lint
run: pnpm lint
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
pnpm-version: 8.5.1
node-version: 16
node-registry-url: "https://registry.npmjs.org"
- name: Install dependencies
run: pnpm install
- name: Build addon
run: pnpm build
- name: auto-dist-tag
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
with:
pnpm-version: 8.5.1
node-version: 16.x
- name: Install dependencies
run: pnpm install --frozen-lockfile
args: "--frozen-lockfile"
- name: Test
run: pnpm test:ember
working-directory: test-app
Expand Down Expand Up @@ -59,8 +58,7 @@ jobs:
with:
pnpm-version: 8.5.1
node-version: 16.x
- name: Install dependencies
run: pnpm install --frozen-lockfile
args: "--frozen-lockfile"
- name: Test
run: pnpm ember try:one ${{ matrix.ember-try-scenario }} --skip-cleanup
working-directory: test-app
Expand All @@ -81,8 +79,6 @@ jobs:
pnpm-version: 8.5.1
node-version: 16.x
no-lockfile: true
- name: Install dependencies
run: pnpm install --no-lockfile
- name: Test
run: pnpm test:ember
working-directory: test-app

0 comments on commit 83aece0

Please sign in to comment.