Skip to content

Commit

Permalink
add build before test
Browse files Browse the repository at this point in the history
  • Loading branch information
shaharzil committed Mar 6, 2024
1 parent bb6a4b5 commit 25e2f4e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
uses: ./.github/actions/setup
with:
npm_token: ${{secrets.npm_token}}
- name: Run Build
if: ${{matrix.name}} == 'Test'
shell: bash
run: yarn lerna run build --since=origin/master --include-dependencies
- name: Run ${{matrix.name}}
shell: bash
run: yarn lerna run ${{matrix.command}} --since=origin/master
Expand Down

0 comments on commit 25e2f4e

Please sign in to comment.