Skip to content

Commit

Permalink
fixup! feat: highlight the currently hovered file in yazi (opt-in)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikavilpas committed Jul 12, 2024
1 parent eb74956 commit fb10b71
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ jobs:
- name: Cypress run
uses: cypress-io/[email protected]
with:
command: npm run cy:run
command: |
yazi &
npm run cy:run
- uses: actions/upload-artifact@v4
# add the line below to store screenshots only on failures
Expand Down

0 comments on commit fb10b71

Please sign in to comment.