Skip to content

Commit

Permalink
ci: update yazi version for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mikavilpas committed Oct 24, 2024
1 parent 54065a9 commit 2030803
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,19 @@ jobs:
# yazi-fm is the `yazi` executable
crate: yazi-fm
git: https://github.com/sxyazi/yazi
tag: v0.3.3
commit:
# https://github.com/sxyazi/yazi/commit/e8c1d625acb7d35393b6894d290225b2e6c0cf48
e8c1d625acb7d35393b6894d290225b2e6c0cf48

- name: Compile and install yazi from source
uses: baptiste0928/[email protected]
with:
# yazi-cli is the `ya` command line interface
crate: yazi-cli
git: https://github.com/sxyazi/yazi
tag: v0.3.3
commit:
# https://github.com/sxyazi/yazi/commit/e8c1d625acb7d35393b6894d290225b2e6c0cf48
e8c1d625acb7d35393b6894d290225b2e6c0cf48

- name: Run tests
uses: nvim-neorocks/[email protected]
Expand Down

0 comments on commit 2030803

Please sign in to comment.