Skip to content

Commit

Permalink
Tweak CI system as suggested by @garyb in #147 to get it building
Browse files Browse the repository at this point in the history
  • Loading branch information
twhitehead committed Sep 18, 2024
1 parent ab3bd03 commit ae15cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: |
npm install bower pulp@16.0.0-0
npx bower install
npx pulp build -- --censor-lib --strict
npx pulp build
if [ -d "test" ]; then
npx pulp test
fi

0 comments on commit ae15cd3

Please sign in to comment.