Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rixef authored May 4, 2024
1 parent a6e1ac4 commit 8c2f221
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@ jobs:
mkdir bin
curl -sSL $url | tar -xz --directory=bin
echo "$(pwd)/bin" >> $GITHUB_PATH
- name: Check mdbook version
run: |
mdbook --version
- name: Run tests
run: mdbook test

0 comments on commit 8c2f221

Please sign in to comment.