Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
BAILOOL committed Feb 17, 2024
1 parent e86aa53 commit 398b0ab
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,10 @@ jobs:

code-coverage-testing:
runs-on: ubuntu-latest
needs:
- clang-format-lint
- cppcheck
- clang-tidy
# needs:
# - clang-format-lint
# - cppcheck
# - clang-tidy
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -198,9 +198,9 @@ jobs:
uses: addnab/docker-run-action@v3
with:
image: bailool/mc-calib-dev:latest
options: -v ${{ github.workspace }}:/home/MC-Calib
options: -v ${{ github.workspace }}:${{ github.workspace }}
run: |
mkdir MC-Calib/build && cd MC-Calib/build
mkdir ${{ github.workspace }}/build && cd ${{ github.workspace }}/build
cmake -DCMAKE_BUILD_TYPE=Debug -DENABLE_COVERAGE=true ..
make -j4
./tests/boost_tests_run && make coverage
Expand Down

0 comments on commit 398b0ab

Please sign in to comment.