From 6616bd5a24280d5a21d9110025451a69ebc9708e Mon Sep 17 00:00:00 2001 From: Mika Vilpas Date: Wed, 30 Oct 2024 19:36:47 +0200 Subject: [PATCH] ci: update yazi version for integration tests This includes a rerendering change introduced in the following pull request: - https://github.com/sxyazi/yazi/pull/1863 --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 05e56172..6d70d6a9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 @@ -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