Skip to content

Commit

Permalink
Fix pipeline issues
Browse files Browse the repository at this point in the history
  • Loading branch information
isontheline committed May 25, 2024
1 parent cb82b96 commit 66d5443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: npm version from-git --no-git-tag-version --prefix docs

- name: Test dRAGon
run: gradle checkstyleMain checkstyleTest npmInstall npmLint test
run: gradle npmInstall npmLint checkstyleMain checkstyleTest test

- name: Build Documentation
run: npm install --prefix docs && npm run build --prefix docs
Expand Down

0 comments on commit 66d5443

Please sign in to comment.