Skip to content

Commit

Permalink
Reorder test steps
Browse files Browse the repository at this point in the history
  • Loading branch information
artwyman committed Dec 21, 2024
1 parent 782f9e0 commit dce1f45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- run: "yarn build"
- run: "yarn lint"
- run: "yarn test:ci"
- name: "Test that template package works out-of-the-box"
run: "yarn turbo run test-generated-package --filter='//'"
- name: "Test generated developer documentaiton"
run: "yarn docs"
- name: "Test that template package works out-of-the-box"
run: "yarn turbo run test-generated-package --filter='//'"

0 comments on commit dce1f45

Please sign in to comment.