Skip to content

Commit

Permalink
ci: update yazi version for integration tests
Browse files Browse the repository at this point in the history
This includes a rerendering change introduced in the following pull
request:

- sxyazi/yazi#1863
  • Loading branch information
mikavilpas committed Oct 30, 2024
1 parent dcd79af commit 3d3e9ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
crate: yazi-fm
git: https://github.com/sxyazi/yazi
commit:
# https://github.com/sxyazi/yazi/commit/e8c1d625acb7d35393b6894d290225b2e6c0cf48
e8c1d625acb7d35393b6894d290225b2e6c0cf48
# https://github.com/sxyazi/yazi/commit/c6687237e17673bfcd9a75f12730ea078faa0262
c6687237e17673bfcd9a75f12730ea078faa0262

- name: Compile and install yazi from source
uses: baptiste0928/cargo-install@v3.1.1
Expand All @@ -47,8 +47,8 @@ jobs:
crate: yazi-cli
git: https://github.com/sxyazi/yazi
commit:
# https://github.com/sxyazi/yazi/commit/e8c1d625acb7d35393b6894d290225b2e6c0cf48
e8c1d625acb7d35393b6894d290225b2e6c0cf48
# https://github.com/sxyazi/yazi/commit/c6687237e17673bfcd9a75f12730ea078faa0262
c6687237e17673bfcd9a75f12730ea078faa0262

- name: Run tests
uses: nvim-neorocks/nvim-busted-action@v1.1.0
Expand Down

0 comments on commit 3d3e9ad

Please sign in to comment.