File tree Expand file tree Collapse file tree 3 files changed +80
-130
lines changed Expand file tree Collapse file tree 3 files changed +80
-130
lines changed Original file line number Diff line number Diff line change 4343 with :
4444 repo-token : ${{ secrets.GITHUB_TOKEN }}
4545 - run : pnpm build
46- - run : pnpm i -f
4746 - run : pnpm lint
4847
4948
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 :
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 :
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
You can’t perform that action at this time.
0 commit comments