diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f2313f77..cdea34e0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -52,7 +52,9 @@ jobs: - name: Cypress run uses: cypress-io/github-action@v6.7.1 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