Skip to content

Commit

Permalink
add template proj to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ailisp committed May 25, 2022
1 parent 24ca15c commit dc64fa2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ jobs:
- name: status-message
run: cd examples/status-message && yarn && yarn build && yarn test && cd ../..
- name: status-message-collections
run: cd examples/status-message-collections && yarn && yarn build && yarn test && cd ../..
run: cd examples/status-message-collections && yarn && yarn build && yarn test && cd ../..
- name: template
run: cd examples/template && yarn && yarn build && yarn test && cd ../..

0 comments on commit dc64fa2

Please sign in to comment.