fix #108 - support matrix expressions in job name (#109)

This commit is contained in:
Casey Lee
2020-02-26 23:29:43 -08:00
committed by GitHub
parent e739f72c5e
commit 21e2bb8657
6 changed files with 34 additions and 17 deletions

View File

@@ -3,6 +3,7 @@ on: push
jobs:
build:
name: PHP ${{ matrix.os }} ${{ matrix.node}}
runs-on: ${{ matrix.os }}
steps:
- run: echo ${NODE_VERSION} | grep ${{ matrix.node }}