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 cafe4bd commit 88a2430
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
NODE_OPTIONS: --max-old-space-size=6144
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Cache Moonrepo
uses: actions/cache@v4
with:
Expand All @@ -24,5 +26,5 @@ jobs:
node-version: '18'
cache: yarn
- uses: moonrepo/setup-toolchain@v0
- run: moon ci karbon:build
- run: moon run karbon:build
- run: yarn test

0 comments on commit 88a2430

Please sign in to comment.