chore(gh-action): create playwright workflow

This commit is contained in:
moklick
2024-07-01 17:10:07 +02:00
parent 92780fe62b
commit f791b9b72a
3 changed files with 25 additions and 12 deletions
-1
View File
@@ -9,7 +9,6 @@ runs:
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
shell: bash