mirror of
https://github.com/wfxr/forgit.git
synced 2026-09-10 07:16:23 -04:00
ci: split
This commit is contained in:
parent
74858434a8
commit
fea7771a0c
15
.github/workflows/ci.yaml
vendored
15
.github/workflows/ci.yaml
vendored
|
|
@ -27,15 +27,14 @@ jobs:
|
|||
shell: bash
|
||||
run: |
|
||||
if [[ "${{ matrix.os }}" == macos* ]]; then
|
||||
brew install fish zsh
|
||||
brew install fish zsh || true
|
||||
elif [[ "${{ matrix.os }}" == ubuntu* ]]; then
|
||||
sudo apt -y update
|
||||
sudo apt -y install fish zsh
|
||||
fi
|
||||
|
||||
# Runs a set of commands using the runners shell
|
||||
- name: Test sourcing
|
||||
run: |
|
||||
bash forgit.plugin.sh
|
||||
zsh forgit.plugin.zsh
|
||||
fish forgit.plugin.fish
|
||||
- name: Test bash
|
||||
run: bash forgit.plugin.sh
|
||||
- name: Test zsh
|
||||
run: zsh forgit.plugin.zsh
|
||||
- name: Test fish
|
||||
run: fish forgit.plugin.fish
|
||||
|
|
|
|||
Loading…
Reference in a new issue