Skip to content

Commit 1287330

Browse files
committed
Test adding matrix in
1 parent 2b5a9ec commit 1287330

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci-macvim.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,5 @@ jobs:
5757
publish_postfix: ${{ matrix.publish_postfix }}
5858
optimized: ${{ matrix.optimized && true || false }}
5959
vimtags: ${{ contains(matrix.extra, 'vimtags') }}
60+
matrix: ${{ matrix }}
6061
check-xcodeproj-compat: ${{ contains(matrix.extra, 'check-xcodeproj-compat') }}

.github/workflows/macvim-buildtest.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ name: MacVim Build and Test
55
on:
66
workflow_call:
77
inputs:
8+
matrix:
89
skip:
910
type: boolean
1011
os:

0 commit comments

Comments
 (0)