From 3ed9e6e3108d3d13f6b61dd1c4a615c8d47b59ce Mon Sep 17 00:00:00 2001 From: Nicolas Martinez Date: Sun, 3 Mar 2024 00:55:23 -0500 Subject: [PATCH] Add support for gh-action-debug branch and update test script --- .github/workflows/test.yml | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0ed73e8..8c52e72 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,6 +3,7 @@ on: push: branches: - master + - gh-action-debug pull_request: branches: - master diff --git a/package.json b/package.json index af455a6..9e92694 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "scripts": { "start": "node ./bin/cli.js", - "test": "ava -T 1m --verbose", + "test": "ava -T 1m --verbose -c 1 ", "lint": "eslint ." }, "author": "Nicolas Martinez",