Skip to content

Commit

Permalink
CI: add build step
Browse files Browse the repository at this point in the history
  • Loading branch information
karim-en committed Jul 4, 2024
1 parent 0b88d73 commit aace051
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
- name: Clone the repository
uses: actions/checkout@v2

- name: Build
run: ./build.sh

- name: Diff
run: |
git diff
Expand Down

0 comments on commit aace051

Please sign in to comment.