Skip to content

Commit 9190cca

Browse files
committed
Attempt to install deps before running tests.
Seems that directly running somehow didn't do setup.
1 parent 87b7a42 commit 9190cca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
- uses: moonrepo/setup-toolchain@v0
4444
with:
4545
cache-base: main
46+
auto-install: true
47+
auto-setup: true
4648
- run: "moon :test-e2e --color"
4749
- uses: moonrepo/run-report-action@v1
4850
if: success() || failure()

0 commit comments

Comments
 (0)