Skip to content

Commit 7c2d655

Browse files
Remove tests step from build process because failures didn't stop the build anyway and the tests were all hardwired in brittle ways
1 parent 6fa5402 commit 7c2d655

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ jobs:
4242
run: make build_doxygen_adoc
4343
- name: Build documentation
4444
run: make -j 2
45-
- name: Run tests
46-
run: ./tests/run_documentation_tests.sh
4745
- name: Deploy to Mythic Beasts
4846
if: ${{ github.ref == 'refs/heads/master' }}
4947
uses: ./.github/actions/deploy-action

0 commit comments

Comments
 (0)