From ae15cd3aa25a38de5929a7519f8e01a7414a5078 Mon Sep 17 00:00:00 2001 From: Tyson Whitehead Date: Fri, 6 Sep 2024 11:54:30 -0400 Subject: [PATCH] Tweak CI system as suggested by @garyb in #147 to get it building --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e721ba4..5d24f21 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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