chore(action): add shell field

This commit is contained in:
Moritz Klack
2024-07-01 14:40:12 +02:00
committed by GitHub
parent 949c6f291d
commit 30fc9780c7

View File

@@ -11,6 +11,7 @@ runs:
shell: bash
- name: Install Playwright browsers
run: npx playwright install --with-deps
shell: bash
- name: Test React Flow
run: pnpm test:react
shell: bash