-
-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
11,243 additions
and
30,333 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,17 +17,14 @@ jobs: | |
with: | ||
node-version: "18" | ||
|
||
- name: Cache Node Modules | ||
uses: actions/cache@v3 | ||
- name: Setup pnpm | ||
uses: pnpm/[email protected] | ||
with: | ||
path: | | ||
src/frontend/node_modules | ||
keys: node-modules-${{ env.cache_id }} | ||
restore-keys: | | ||
node-modules- | ||
package_json_file: src/frontend/main/package.json | ||
version: 8.8.0 | ||
|
||
- name: Test Frontend | ||
working-directory: src/frontend/main | ||
run: | | ||
cd src/frontend | ||
npm ci --only-dev | ||
npm run test | ||
pnpm ci --only-dev | ||
pnpm run test |
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
Oops, something went wrong.