File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 1818 steps :
1919 - uses : actions/checkout@v4
2020 - uses : wyvox/action-setup-pnpm@v3
21+ - run : pnpm build
22+ working-directory : vertical-collection
2123 - run : pnpm lint
2224
2325 test :
2830 steps :
2931 - uses : actions/checkout@v4
3032 - uses : wyvox/action-setup-pnpm@v3
33+ - run : pnpm build
34+ working-directory : vertical-collection
3135 - run : pnpm test
3236 working-directory : test-app
3337
4145 - uses : wyvox/action-setup-pnpm@v3
4246 with :
4347 args : --no-lockfile
48+ - run : pnpm build
49+ working-directory : vertical-collection
4450 - run : pnpm test
4551 working-directory : test-app
4652
6571 steps :
6672 - uses : actions/checkout@v4
6773 - uses : wyvox/action-setup-pnpm@v3
74+ - run : pnpm build
75+ working-directory : vertical-collection
6876 - name : Ember-Try Setup
6977 run : node_modules/.bin/ember try:one ${{ matrix.try-scenario }} --skip-cleanup --- pnpm test
7078 working-directory : test-app
You can’t perform that action at this time.
0 commit comments