Skip to content

Commit 6764dd6

Browse files
committed
Update .github/workflows/ci.yml
1 parent c2c6fd0 commit 6764dd6

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,21 @@ jobs:
1414
- v7.4
1515
platform:
1616
- Linux
17+
- macOS
1718
- Windows
1819
include:
1920
- platform: Linux
2021
os: ubuntu-latest
2122
download: never
23+
- platform: macOS
24+
os: macos-latest
25+
download: never
2226
- platform: Windows
2327
os: windows-latest
2428
download: always
29+
exclude:
30+
- vim_version: v7.4
31+
platform: macOS
2532
fail-fast: false
2633
name: Vim ${{ matrix.vim_version }} on ${{ matrix.platform }}
2734
runs-on: ${{ matrix.os }}
@@ -52,7 +59,7 @@ jobs:
5259
env:
5360
THEMIS_VIM: ${{ steps.vim.outputs.executable }}
5461
run: ./vim-themis/bin/themis --reporter spec
55-
- name: Run covimerage
62+
- name: Generate XML coverage report
5663
run: |
5764
covimerage write_coverage ${{ env.PROFILE }}
5865
covimerage xml

0 commit comments

Comments
 (0)