Skip to content

Commit

Permalink
ci: rm redundant build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Dec 7, 2024
1 parent 0862028 commit 3ecfd70
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,5 @@ jobs:
- name: Fetch deps
run: yarn --mutex network --frozen-lockfile --network-concurrency 25 --silent --disable-self-update-check --ignore-engines

- name: Build
run: yarn build

- name: Run tests
run: yarn test

0 comments on commit 3ecfd70

Please sign in to comment.