From 599ced82d485ee27d83df1475807e24ceb48748d Mon Sep 17 00:00:00 2001 From: kremnev8 Date: Fri, 15 Oct 2021 21:55:04 +0300 Subject: [PATCH] Revert "Update node.js.yml" This reverts commit 751933e77116ebe8fc64761879b232f28a54aa67. --- .github/workflows/node.js.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index ac408531..52c2d8c7 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -30,3 +30,6 @@ jobs: - run: git submodule update - run: npm ci - run: npm run build --if-present + - run: npm test + env: + TEST8BIT_GITHUB_TOKEN: ${{ secrets.TEST8BIT_GITHUB_TOKEN }}