Skip to content

Commit 1f04710

Browse files
committed
Reorder test steps
1 parent 8f5d1c6 commit 1f04710

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- run: "yarn build"
7676
- run: "yarn lint"
7777
- run: "yarn test:ci"
78-
- name: "Test that template package works out-of-the-box"
79-
run: "yarn turbo run test-generated-package --filter='//'"
8078
- name: "Test generated developer documentaiton"
8179
run: "yarn docs"
80+
- name: "Test that template package works out-of-the-box"
81+
run: "yarn turbo run test-generated-package --filter='//'"

0 commit comments

Comments
 (0)