Skip to content

Commit

Permalink
Fix documentation tests
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed May 12, 2020
1 parent 84e6378 commit 245bedb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/code_layout.yml
Expand Up @@ -41,7 +41,7 @@ jobs:
cmake -DWITH_SERVER=ON -DUSE_CCACHE=OFF -DWITH_CORE=OFF -DWITH_APIDOC=ON -DWITH_ASTYLE=ON -DENABLE_TESTS=ON -DWITH_DOT=NO ..
make -j3
- name: Run Tests
run: cd build && ctest -R doc
run: cd build && ctest -R PyQgsDocCoverage

license_check:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -91,6 +91,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Requirements
run: |
sudo apt install -y \
expect
- name: Doxygen Layout Test
run: ./tests/code_layout/test_doxygen_layout.sh

Expand Down

0 comments on commit 245bedb

Please sign in to comment.