From d0e4384479ca072fc8f499b905fe5c61963c9d45 Mon Sep 17 00:00:00 2001 From: TobenderZephyr Date: Sun, 9 May 2021 10:51:25 +0200 Subject: [PATCH] Update node.js.yml --- .github/workflows/node.js.yml | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index dc87164..4e1b78e 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -15,7 +15,7 @@ on: branches: [ master ] jobs: - build: + test: runs-on: ubuntu-latest strategy: matrix: @@ -35,29 +35,8 @@ jobs: with: project-token: ${{ secrets.CODACY_PROJECT_TOKEN }} - bump: - needs: build - if: ${{github.event_name == 'push'}} - runs-on: ubuntu-latest - steps: - - name: "Checkout source code" - uses: "actions/checkout@v2" - with: - ref: ${{ github.ref }} - - name: "Setup Node.js" - uses: "actions/setup-node@v1" - with: - node-version: 12 - - name: "Automated Version Bump" - uses: "phips28/gh-action-bump-version@master" - with: - tag-prefix: '' - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - deploy: - needs: bump + needs: test if: ${{github.event_name == 'push'}} runs-on: ubuntu-latest steps: