Skip to content

Commit

Permalink
chore: remove build step from test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
msudgh committed Aug 10, 2024
1 parent 25ccaf3 commit 899c65d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
with:
node-version: ${{ matrix.node_version }}
cache: 'pnpm'
- run: pnpm run build
- run: pnpm run test:coverage
- name: SonarCloud Scan
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 899c65d

Please sign in to comment.