Skip to content

Commit

Permalink
Doing a quick test
Browse files Browse the repository at this point in the history
  • Loading branch information
nwdepatie committed Sep 25, 2023
1 parent 45e9966 commit fba9be5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ jobs:
- name: Run Docker Container
run: |
sudo docker exec -it --privileged \
-v "$PWD:/home/app" \
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 fba9be5

Please sign in to comment.