From b6467ce31495bd2935b23f5e5c301c2217869996 Mon Sep 17 00:00:00 2001 From: Steven Hugg Date: Tue, 22 Feb 2022 13:46:23 -0600 Subject: [PATCH] fixed github actions again, back to the way it was --- .github/workflows/node.js.yml | 8 -------- 1 file changed, 8 deletions(-) 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