Merge pull request #159 from Etheonor/feature/pnpm-ci

Feature/pnpm ci
This commit is contained in:
Michael B
2021-11-13 18:55:19 +01:00
committed by GitHub

View File

@@ -10,12 +10,12 @@ jobs:
- uses: actions/checkout@v2
- uses: pnpm/action-setup@v2.0.1
with:
version: 6.20.3
version: 6.0.2
- uses: actions/setup-node@v2
with:
node-version: '14.x'
- name: Install dependencies
run: pnpm ci
run: pnpm install
- name: Install Playwright
run: pnpx playwright install --with-deps
- name: Run Playwright tests