-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: update yazi version for integration tests
- Loading branch information
1 parent
54065a9
commit 2030803
Showing
1 changed file
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|