Skip to content

Commit 42cf010

Browse files
committed
Fix repo config
1 parent b7885ed commit 42cf010

File tree

3 files changed

+80
-130
lines changed

3 files changed

+80
-130
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
with:
4444
repo-token: ${{ secrets.GITHUB_TOKEN }}
4545
- run: pnpm build
46-
- run: pnpm i -f
4746
- run: pnpm lint
4847

4948

@@ -58,7 +57,6 @@ jobs:
5857
with:
5958
repo-token: ${{ secrets.GITHUB_TOKEN }}
6059
- run: pnpm build
61-
- run: pnpm i -f
6260
- run: pnpm turbo test --filter test-app
6361

6462
floating:
@@ -73,7 +71,6 @@ jobs:
7371
repo-token: ${{ secrets.GITHUB_TOKEN }}
7472
pnpm-args: --no-lockfile
7573
- run: pnpm build
76-
- run: pnpm i -f
7774
- run: pnpm turbo test --filter test-app
7875

7976
try-scenarios:
@@ -97,7 +94,6 @@ jobs:
9794
with:
9895
repo-token: ${{ secrets.GITHUB_TOKEN }}
9996
- run: pnpm build
100-
- run: pnpm i -f
10197
- name: Run Tests
10298
run: ./node_modules/.bin/ember try:one ${{ matrix.try-scenario }} --skip-cleanup
10399
working-directory: test-app
@@ -126,7 +122,6 @@ jobs:
126122
with:
127123
repo-token: ${{ secrets.GITHUB_TOKEN }}
128124
- run: pnpm build
129-
- run: pnpm i -f
130125
- name: 'Change TS to ${{ matrix.typescript-scenario }}'
131126
run: 'pnpm add --save-dev ${{ matrix.typescript-scenario}}'
132127
working-directory: ./test-app
@@ -144,7 +139,6 @@ jobs:
144139
with:
145140
repo-token: ${{ secrets.GITHUB_TOKEN }}
146141
- run: pnpm build
147-
- run: pnpm i -f
148142
- run: pnpm build --filter docs-api
149143
- run: pnpm test --filter docs-app
150144

0 commit comments

Comments
 (0)