mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 12:50:04 +08:00
Run on ubuntu latest
This commit is contained in:
parent
b19b46a3ac
commit
e64189b5a7
6
.github/workflows/check.yml
vendored
6
.github/workflows/check.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
|||||||
- vimbin: nvim
|
- vimbin: nvim
|
||||||
vimtag: v0.4.4
|
vimtag: v0.4.4
|
||||||
# vimtag: ["v0.4.3", "v0.4.3", "v0.4.3", "v0.4.2", "v0.3.8", "v0.3.7", "v0.3.5", "v0.3.4", "v0.3.3", "v0.3.2", "v0.3.1", "v0.3.0"]
|
# vimtag: ["v0.4.3", "v0.4.3", "v0.4.3", "v0.4.2", "v0.3.8", "v0.3.7", "v0.3.5", "v0.3.4", "v0.3.3", "v0.3.2", "v0.3.1", "v0.3.0"]
|
||||||
runs-on: ubuntu-16.04
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
VIM_BIN: ${{ matrix.vimbin }}
|
VIM_BIN: ${{ matrix.vimbin }}
|
||||||
VIM_TAG: ${{ matrix.vimtag }}
|
VIM_TAG: ${{ matrix.vimtag }}
|
||||||
@ -29,8 +29,6 @@ jobs:
|
|||||||
- name: Install ${{ matrix.vimbin }} ${{ matrix.vimtag }}
|
- name: Install ${{ matrix.vimbin }} ${{ matrix.vimtag }}
|
||||||
run: |
|
run: |
|
||||||
.ci/install/linux.sh $VIM_BIN $VIM_TAG
|
.ci/install/linux.sh $VIM_BIN $VIM_TAG
|
||||||
- name: Review ${{ matrix.vimbin }} version
|
|
||||||
run: ${{ matrix.vimbin }} --version
|
|
||||||
- name: Run test
|
- name: Run test
|
||||||
run: |
|
run: |
|
||||||
if [ "$VIM_BIN" = "nvim" ]; then
|
if [ "$VIM_BIN" = "nvim" ]; then
|
||||||
@ -45,7 +43,7 @@ jobs:
|
|||||||
echo "\$VIM: \"${VIM}\""
|
echo "\$VIM: \"${VIM}\""
|
||||||
echo "================= ${VIM_BIN} version ======================"
|
echo "================= ${VIM_BIN} version ======================"
|
||||||
$VIM_BIN --version
|
$VIM_BIN --version
|
||||||
pip3 install --upgrade pip
|
pip3 install --upgrade "pip < 21.0"
|
||||||
pip3 install covimerage virtualenv codecov
|
pip3 install covimerage virtualenv codecov
|
||||||
make test_coverage
|
make test_coverage
|
||||||
covimerage -vv xml --omit 'build/*'
|
covimerage -vv xml --omit 'build/*'
|
||||||
|
Loading…
Reference in New Issue
Block a user