fix: playwright/test GHA

This commit is contained in:
ndom91 2024-06-28 13:30:52 +02:00
parent e96987307c
commit 3dfcc5a1a9
No known key found for this signature in database

View File

@ -23,6 +23,8 @@ jobs:
pnpm-lock.yaml
- name: Install dependencies
run: pnpm install
- name: Build @gitbutler/ui
run: cd packages/ui && pnpm package
- name: Get installed Playwright version
id: playwright-version
run: echo "PLAYWRIGHT_VERSION=$(node -e "console.log(require('./app/package.json').devDependencies['@playwright/test'].substring(1))")" >> $GITHUB_ENV