From a43cb9532425c18c48cd98b2764cf1b1657c2377 Mon Sep 17 00:00:00 2001 From: Yusef Almamari Date: Fri, 6 Sep 2024 00:35:08 +0400 Subject: [PATCH] test continue-on-error: true --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2e0e8df..b2cbdef 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,6 +1,6 @@ name: Test -# on: [push, pull_request] +on: [push, pull_request] jobs: test: @@ -27,4 +27,5 @@ jobs: run: npm install - name: Run tests + continue-on-error: true run: npm run test