Skip to content

Commit 00676f2

Browse files
authoredMay 12, 2020
Merge pull request #36361 from m-kuhn/code_layout_test_to_github_workflow
Fix documentation test
2 parents 3e63210 + 245bedb commit 00676f2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

‎.github/workflows/code_layout.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
cmake -DWITH_SERVER=ON -DUSE_CCACHE=OFF -DWITH_CORE=OFF -DWITH_APIDOC=ON -DWITH_ASTYLE=ON -DENABLE_TESTS=ON -DWITH_DOT=NO ..
4242
make -j3
4343
- name: Run Tests
44-
run: cd build && ctest -R doc
44+
run: cd build && ctest -R PyQgsDocCoverage
4545

4646
license_check:
4747
runs-on: ubuntu-latest
@@ -91,6 +91,10 @@ jobs:
9191
steps:
9292
- name: Checkout
9393
uses: actions/checkout@v2
94+
- name: Install Requirements
95+
run: |
96+
sudo apt install -y \
97+
expect
9498
- name: Doxygen Layout Test
9599
run: ./tests/code_layout/test_doxygen_layout.sh
96100

0 commit comments

Comments
 (0)
Please sign in to comment.