Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed May 1, 2024
1 parent 276fd2c commit 8ae543d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/run-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ runs:
sqlite3 $HOME/Library/Application\ Support/com.apple.TCC/TCC.db "INSERT OR IGNORE INTO access VALUES ('kTCCServiceMicrophone','/usr/local/opt/runner/provisioner/provisioner',1,2,4,1,NULL,NULL,0,'UNUSED',NULL,0,1687786159,NULL,NULL,'UNUSED',1687786159);"
fi
- run: npm ci
shell: bash
shell: ${{ inputs.shell }}
env:
DEBUG: pw:install
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: '1'
- run: npm run build
shell: bash
shell: ${{ inputs.shell }}
- run: npx playwright install --with-deps ${{ inputs.browsers-to-install }}
shell: bash
shell: ${{ inputs.shell }}
- name: Run tests
if: inputs.shell == 'bash'
run: |
Expand Down

0 comments on commit 8ae543d

Please sign in to comment.