Skip to content

Commit

Permalink
test in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jchavarri committed Jan 9, 2024
1 parent bef4ca4 commit 79942b9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-sample-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,8 @@ jobs:
- name: Install all deps
run: make install

- name: Build basic template
- name: Build
run: make build

- name: Test
run: make test

0 comments on commit 79942b9

Please sign in to comment.