Skip to content

Commit

Permalink
fix CI: building is included in actions/install so not necessary here
Browse files Browse the repository at this point in the history
  • Loading branch information
zetavg authored and natew committed Dec 5, 2024
1 parent 73185be commit 48837db
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,6 @@ jobs:
with:
workspace-focus: ${{ env.test_app_package_name }}

- name: Build
run: yarn build

- name: Build vxrn
run: cd packages/vxrn && yarn build

- name: Test
run: yarn test

Expand Down

0 comments on commit 48837db

Please sign in to comment.