Skip to content

Commit

Permalink
Change: Remove build step from test-node action
Browse files Browse the repository at this point in the history
  • Loading branch information
greenMika authored and greenbonebot committed Nov 15, 2023
1 parent ce2abb8 commit bd090ba
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test-node/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,6 @@ runs:
token: ${{ inputs.token }}
dependency-manager: ${{ inputs.dependency-manager }}
registry-url: ${{ inputs.registry-url }}
- name: Build with npm
if: ${{ inputs.dependency-manager == 'npm' }}
run: npm run build
shell: bash
- name: Build with yarn
if: ${{ inputs.dependency-manager == 'yarn' }}
run: yarn build
shell: bash
- name: Run Tests
if: ${{ inputs.dependency-manager == 'npm' }}
run: npm run test:ci
Expand Down

0 comments on commit bd090ba

Please sign in to comment.