fix: add shell

This commit is contained in:
nafees nazik
2024-01-05 00:03:20 +05:30
parent ce6f523230
commit b35f050409
3 changed files with 3 additions and 0 deletions

View File

@ -16,3 +16,4 @@ runs:
- name: Install playwright
if: steps.cache-playwright.outputs.cache-hit != 'true'
run: npx playwright install --with-deps
shell: bash