diff --git a/.github/workflows/build-check.yml b/.github/workflows/build-check.yml index be991b8..8393158 100644 --- a/.github/workflows/build-check.yml +++ b/.github/workflows/build-check.yml @@ -11,7 +11,6 @@ jobs: uses: actions/checkout@v2 with: repository: Northeastern-Electric-Racing/Cerberus - submodules: recursive - name: Execute Make run: | @@ -19,3 +18,7 @@ jobs: echo "The application has failed to build." exit 1 # This will cause the workflow to fail fi + + - name: List Files + run: | + ls -a