Skip to content

Commit

Permalink
fix install playwright conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
azaleacolburn committed Jun 28, 2024
1 parent 4353c69 commit bec77b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/FissionUnitTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
npm install
- name: Download playwright if not cached
if: steps.playwright-cache.outputs.cache-hit != 'true'
if: steps.cache-browsers.outputs.cache-hit != 'true'
run: |
cd fission
npx playwright install --with-deps
Expand Down

0 comments on commit bec77b9

Please sign in to comment.