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
|
- uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: "16"
|
node-version: "16"
|
||||||
- uses: pnpm/action-setup@v2
|
# - uses: pnpm/action-setup@v2
|
||||||
with:
|
# with:
|
||||||
version: 7
|
# version: 7
|
||||||
|
|
||||||
- uses: docker/setup-qemu-action@v1
|
- uses: docker/setup-qemu-action@v1
|
||||||
- uses: docker/setup-buildx-action@v1
|
- uses: docker/setup-buildx-action@v1
|
||||||
@ -24,15 +24,15 @@ jobs:
|
|||||||
install: true
|
install: true
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
pnpm run test:docker
|
npm run test:docker
|
||||||
|
|
||||||
- name: Prepare
|
- name: Prepare
|
||||||
run: |
|
run: |
|
||||||
pnpm install playwright
|
npm install playwright
|
||||||
pnpm exec playwright install --with-deps
|
npm exec playwright install --with-deps
|
||||||
|
|
||||||
- name: Run your tests
|
- name: Run your tests
|
||||||
run: pnpm run test:run
|
run: npm run test:run
|
||||||
- name: Upload test results
|
- name: Upload test results
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user