Skip to content

Commit

Permalink
Remove book compilation from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippMDoerner committed Oct 27, 2023
1 parent 780cd20 commit b8b7745
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,3 @@ jobs:
- name: sqlite tests
run: docker-compose run tests-sqlite

Book:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Book
run: nimble nimidocs

Docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Docs
run: docker-compose run docs

0 comments on commit b8b7745

Please sign in to comment.