Skip to content

Commit

Permalink
checking again
Browse files Browse the repository at this point in the history
  • Loading branch information
nwdepatie committed Sep 25, 2023
1 parent 12c4a5f commit 45e9966
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,10 @@ jobs:
- name: Run Docker Container
run: |
sudo docker run --rm -it --privileged \
sudo docker exec -it --privileged \
-v "$PWD:/home/app" \
nwdepatie/ner-gcc-arm:latest bash
- name: Build Application
run: |
if ! make; then
nwdepatie/ner-gcc-arm:latest sh -c
"if ! make; then
echo "The application has failed to build."
exit 1 # This will cause the workflow to fail
fi
fi"

0 comments on commit 45e9966

Please sign in to comment.