Skip to content

Commit

Permalink
Doing another test
Browse files Browse the repository at this point in the history
  • Loading branch information
nwdepatie committed Sep 25, 2023
1 parent fba9be5 commit 10cf05d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ jobs:
- name: Run Docker Container
run: |
sudo docker exec -it \
sudo docker run nwdepatie/ner-gcc-arm:latest
- name: Execute Make
run: |
sudo docker exec -it \
nwdepatie/ner-gcc-arm:latest sh -c
"if ! make; then
echo "The application has failed to build."
Expand Down

0 comments on commit 10cf05d

Please sign in to comment.