Skip to content

Commit 7144bc9

Browse files
committed
Revert "ci: change execution order"
This reverts commit 58b9f9b.
1 parent 7e18711 commit 7144bc9

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,6 +34,10 @@ 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+
3741
- name: Test
3842
run: npm run test --if-present
3943
working-directory: examples/${{ matrix.path }}
@@ -42,10 +46,6 @@ jobs:
4246
run: npm run lint --if-present
4347
working-directory: examples/${{ matrix.path }}
4448

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)