Skip to content

Commit

Permalink
Checking building again
Browse files Browse the repository at this point in the history
  • Loading branch information
nwdepatie committed Oct 8, 2023
1 parent 3ee5c81 commit 4f9ce1d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,14 @@ jobs:
uses: actions/checkout@v2
with:
repository: Northeastern-Electric-Racing/Cerberus
submodules: recursive

- name: Execute Make
run: |
if ! make; then
echo "The application has failed to build."
exit 1 # This will cause the workflow to fail
fi
- name: List Files
run: |
ls -a

0 comments on commit 4f9ce1d

Please sign in to comment.