diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index f0d3430..4e04cdc 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -10,12 +10,12 @@ jobs: - name: clang-format run: | docker run --rm -v ${PWD}:/src wiiuenv/clang-format:13.0.0-2 -r ./source - check-building: + check-build-with-logging: runs-on: ubuntu-18.04 needs: clang-format steps: - uses: actions/checkout@v2 - - name: build binary + - name: build binary with logging run: | docker build . -t builder docker run --rm -v ${PWD}:/project builder make DEBUG=VERBOSE @@ -33,4 +33,4 @@ jobs: - uses: actions/upload-artifact@master with: name: binary - path: "*.wms" \ No newline at end of file + path: "*.wms"