Skip to content

Commit 58b9f9b

Browse files
committed
ci: change execution order
1 parent 893142b commit 58b9f9b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/examples.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ jobs:
3434
run: npm ci
3535
working-directory: examples/${{ matrix.path }}
3636

37-
- name: Build
38-
run: npm run build
39-
working-directory: examples/${{ matrix.path }}
40-
4137
- name: Test
4238
run: npm run test --if-present
4339
working-directory: examples/${{ matrix.path }}
@@ -46,6 +42,10 @@ jobs:
4642
run: npm run lint --if-present
4743
working-directory: examples/${{ matrix.path }}
4844

45+
- name: Build
46+
run: npm run build
47+
working-directory: examples/${{ matrix.path }}
48+
4949
templates:
5050
runs-on: ubuntu-latest
5151
strategy:

0 commit comments

Comments
 (0)