mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2024-12-22 08:16:28 +00:00
don't use pnpm
This commit is contained in:
parent
0ab39023b0
commit
5d62c48a35
14
.github/workflows/test.yaml
vendored
14
.github/workflows/test.yaml
vendored
@ -14,9 +14,9 @@ jobs:
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: "16"
|
||||
- uses: pnpm/action-setup@v2
|
||||
with:
|
||||
version: 7
|
||||
# - uses: pnpm/action-setup@v2
|
||||
# with:
|
||||
# version: 7
|
||||
|
||||
- uses: docker/setup-qemu-action@v1
|
||||
- uses: docker/setup-buildx-action@v1
|
||||
@ -24,15 +24,15 @@ jobs:
|
||||
install: true
|
||||
- name: Build
|
||||
run: |
|
||||
pnpm run test:docker
|
||||
npm run test:docker
|
||||
|
||||
- name: Prepare
|
||||
run: |
|
||||
pnpm install playwright
|
||||
pnpm exec playwright install --with-deps
|
||||
npm install playwright
|
||||
npm exec playwright install --with-deps
|
||||
|
||||
- name: Run your tests
|
||||
run: pnpm run test:run
|
||||
run: npm run test:run
|
||||
- name: Upload test results
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user