Skip to content

Commit

Permalink
👷 Test CI for client
Browse files Browse the repository at this point in the history
  • Loading branch information
jyboy committed Apr 18, 2024
1 parent 5ca3a27 commit 7f1aa2a
Show file tree
Hide file tree
Showing 4 changed files with 12,005 additions and 8,789 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/client-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ jobs:
- name: Set up pnpm
uses: pnpm/action-setup@v3
with:
version: 8
version: latest
- name: Install dependencies
run: |
npm config set registry http://registry.npmjs.org
pnpm install
run: pnpm install
working-directory: ./client
- name: Run Cypress tests
uses: cypress-io/github-action@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/server-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up pnpm
uses: pnpm/action-setup@v3
with:
version: 8
version: latest
- name: Install dependencies
run: pnpm install
working-directory: ./server
Expand Down
7 changes: 0 additions & 7 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,5 @@
"react-refresh": "^0.14.0",
"webpack": "5.91.0",
"wrangler": "^3.51.0"
},
"pnpm": {
"overrides": {
"css-minimizer-webpack-plugin": "^5.0.1",
"css-loader": "^7.1.1",
"vue-loader": "^16.8.3"
}
}
}
Loading

0 comments on commit 7f1aa2a

Please sign in to comment.