Skip to content

Commit 8fc9ef3

Browse files
committed
Split steps into make test and run vale to see whether that will cause linkcheckbroken to fail.
1 parent a1e0e67 commit 8fc9ef3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,11 @@ jobs:
2222
pip install -q -r requirements.txt
2323
sudo snap install --edge vale
2424
25-
- name: Run tests with make test and vale
25+
- name: Run tests with make test
26+
run: make test
27+
28+
- name: Run vale
2629
run: |
27-
make test
2830
git clone https://github.com/errata-ai/Microsoft.git
2931
cp -r ./Microsoft/Microsoft ./styles
3032
VALEFILES=$(find -L ./docs/ -type d \( -path "./docs/plone.restapi/lib/*" -o -path "./docs/plone.restapi/performance/*" \) -prune -false -o -type f -name "*.md" -print)

0 commit comments

Comments
 (0)