Skip to content

Commit fd528d7

Browse files
committed
Try this
1 parent 02932e0 commit fd528d7

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,10 @@ jobs:
301301
runs-on: ubuntu-latest
302302
strategy:
303303
matrix:
304-
include: ${{ fromJson( '[]' ) }}
304+
foo: [ 1 ]
305+
exclude:
306+
- foo: 1
305307
steps:
306-
- run: true
308+
- env:
309+
FOO: ${{ matrix.foo }}
310+
run: echo "$FOO"

0 commit comments

Comments
 (0)