mirror of
https://github.com/chenasraf/git-open.git
synced 2026-05-17 17:38:06 +00:00
ci: update workflow
This commit is contained in:
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@@ -14,5 +14,10 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Run a one-line script
|
||||
- name: Install ZSH
|
||||
run: |-
|
||||
sudo apt update
|
||||
sudo apt install zsh -y
|
||||
|
||||
- name: Test
|
||||
run: ./test/git-open.test.zsh
|
||||
|
||||
Reference in New Issue
Block a user