diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 52c2d8c7..ac408531 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -30,6 +30,3 @@ 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 }}