Skip to content

Commit

Permalink
Uncomment all tests runs
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepiercy committed Oct 5, 2024
1 parent 8661f32 commit 1b96afd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:
- name: pip install requirements
run: pip install -r requirements-docs.txt

# - name: Check for broken links
# run: make linkcheckbroken
#
# - name: Build HTML documentation
# run: make html
- name: Check for broken links
run: make linkcheckbroken

- name: Build HTML documentation
run: make html

- name: Run vale
run: make vale VALEOPTS="--minAlertLevel='warning'"

0 comments on commit 1b96afd

Please sign in to comment.