-
-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tidy up to simplify workflow files. Should be a no-op
- Loading branch information
Showing
2 changed files
with
7 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,17 +18,9 @@ jobs: | |
with: | ||
fetch-depth: 1 | ||
|
||
- uses: pnpm/[email protected] | ||
with: | ||
version: 8 | ||
|
||
- uses: actions/setup-node@v3 | ||
- uses: wyvox/action-setup-pnpm@v3 | ||
with: | ||
node-version: '${{ env.NODE_VERSION }}' | ||
cache: 'pnpm' | ||
|
||
- name: 'Install dependencies' | ||
run: pnpm install --frozen-lockfile | ||
|
||
- name: Lint | ||
run: pnpm --filter ember-file-upload lint | ||
|
@@ -43,17 +35,9 @@ jobs: | |
with: | ||
fetch-depth: 1 | ||
|
||
- uses: pnpm/[email protected] | ||
with: | ||
version: 8 | ||
|
||
- uses: actions/setup-node@v3 | ||
- uses: wyvox/action-setup-pnpm@v3 | ||
with: | ||
node-version: '${{ env.NODE_VERSION }}' | ||
cache: 'pnpm' | ||
|
||
- name: 'Install dependencies' | ||
run: pnpm install --frozen-lockfile | ||
|
||
- name: Test | ||
run: pnpm --filter test-app test:ember --launch chrome | ||
|
@@ -76,17 +60,9 @@ jobs: | |
with: | ||
fetch-depth: 1 | ||
|
||
- uses: pnpm/[email protected] | ||
with: | ||
version: 8 | ||
|
||
- uses: actions/setup-node@v3 | ||
- uses: wyvox/action-setup-pnpm@v3 | ||
with: | ||
node-version: '${{ env.NODE_VERSION }}' | ||
cache: 'pnpm' | ||
|
||
- name: 'Install dependencies' | ||
run: pnpm install --frozen-lockfile | ||
|
||
- name: 'Change TS to ${{ matrix.typescript-scenario }}' | ||
run: 'pnpm add --save-dev ${{ matrix.typescript-scenario}}' | ||
|
@@ -108,17 +84,10 @@ jobs: | |
with: | ||
fetch-depth: 1 | ||
|
||
- uses: pnpm/[email protected] | ||
with: | ||
version: 8 | ||
|
||
- uses: actions/setup-node@v3 | ||
- uses: wyvox/action-setup-pnpm@v3 | ||
with: | ||
node-version: '${{ env.NODE_VERSION }}' | ||
cache: 'pnpm' | ||
|
||
- name: 'Install dependencies' | ||
run: rm pnpm-lock.yaml && pnpm install | ||
args: --no-lockfile | ||
|
||
- name: Test | ||
run: pnpm --filter test-app test:ember --launch chrome | ||
|
@@ -148,17 +117,9 @@ jobs: | |
with: | ||
fetch-depth: 1 | ||
|
||
- uses: pnpm/[email protected] | ||
with: | ||
version: 8 | ||
|
||
- uses: actions/setup-node@v3 | ||
- uses: wyvox/action-setup-pnpm@v3 | ||
with: | ||
node-version: '${{ env.NODE_VERSION }}' | ||
cache: 'pnpm' | ||
|
||
- name: 'Install dependencies' | ||
run: pnpm install --frozen-lockfile | ||
|
||
- name: Test | ||
env: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,17 +18,9 @@ jobs: | |
with: | ||
fetch-depth: 1 | ||
|
||
- uses: pnpm/[email protected] | ||
with: | ||
version: 8 | ||
|
||
- uses: actions/setup-node@v3 | ||
- uses: wyvox/action-setup-pnpm@v3 | ||
with: | ||
node-version: '${{ env.NODE_VERSION }}' | ||
cache: 'pnpm' | ||
|
||
- name: 'Install dependencies' | ||
run: pnpm install --frozen-lockfile | ||
|
||
- name: Lint | ||
run: pnpm --filter website lint |