Skip to content

Commit

Permalink
ci: update config
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSnow committed Apr 12, 2024
1 parent 9ace905 commit 0f3cfec
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@ jobs:
node-version: '18'
cache: yarn
- uses: moonrepo/setup-toolchain@v0
- run: moon run karbon:build
- run: yarn test
- run: moon ci :test
- uses: moonrepo/run-report-action@v1
if: success() || failure()
with:
access-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0f3cfec

Please sign in to comment.