From 3a95202476c4997de410ad2125cfdb61ba9be473 Mon Sep 17 00:00:00 2001 From: Mike Pennisi Date: Mon, 1 Apr 2024 19:11:42 -0400 Subject: [PATCH] Remove allowed error The underlying issue which motivated the use of the `continue-on-error` directive has been resolved on the main branch. --- .github/workflows/node.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/node.yaml b/.github/workflows/node.yaml index 73a3d59..8f8c3c5 100644 --- a/.github/workflows/node.yaml +++ b/.github/workflows/node.yaml @@ -18,5 +18,4 @@ jobs: with: node-version: ${{ matrix.node-version }} - run: npm ci - continue-on-error: true - run: npm test