diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 40ac7fd8..9246761a 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -27,17 +27,9 @@ jobs: - run: git submodule update - run: npm ci - run: npm run build --if-present - test: - needs: build - runs-on: ubuntu-latest - steps: - run: npm test env: TEST8BIT_GITHUB_TOKEN: ${{ secrets.TEST8BIT_GITHUB_TOKEN }} - deploy: - needs: test - runs-on: ubuntu-latest - steps: - run: make distro - name: Deploy uses: JamesIves/github-pages-deploy-action@v4.2.5