-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update github actions to use turbo cache
- Loading branch information
1 parent
6ebe2e8
commit e8b6345
Showing
2 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
build-only-packages: true | ||
|
||
- name: ✅ Run Mocha/Chai unit tests | ||
run: GITHUB_ACTION=true pnpm test:packages | ||
run: GITHUB_ACTION=true turbo test:packages | ||
|
||
test-server: | ||
needs: [test-pacakges] | ||
|
@@ -42,7 +42,7 @@ jobs: | |
build-only-packages: true | ||
|
||
- name: ✅ Run Mocha/Chai unit tests | ||
run: GITHUB_ACTION=true pnpm coverage:junit | ||
run: GITHUB_ACTION=true turbo coverage:junit | ||
|
||
- name: ⬆️ Publish Unit Test Results | ||
uses: EnricoMi/[email protected] | ||
|