Skip to content

Commit

Permalink
added a command to check if the documentation builds correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
aminnairi committed Nov 15, 2024
1 parent 3bdca29 commit 9bce25e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@ on:

jobs:
test:
name: Ensure that every tests passes and the build has the expected files
name: Ensure that every tests passes and the documentation builds correctly
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Dependencies
run: npm install
- name: Documentation build
run: npm -w documentation run build
# - name: Test
# run: npm test
# report:
Expand Down

0 comments on commit 9bce25e

Please sign in to comment.