Skip to content

Use workload identity for sql server auth #1

Use workload identity for sql server auth

Use workload identity for sql server auth #1

Workflow file for this run

name: TEST Pull request
on:
pull_request:
branches:
- main
jobs:
build:
name: Build
runs-on: ubuntu-latest
strategy:
matrix:
test:
- msg: "hello world"
if: true
- msg: "testing testing"
if: false
if: ${{matrix.test.if}}

Check failure on line 18 in .github/workflows/testpr.yml

View workflow run for this annotation

GitHub Actions / TEST Pull request

Invalid workflow file

The workflow is not valid. .github/workflows/testpr.yml (Line: 18, Col: 9): Unrecognized named-value: 'matrix'. Located at position 1 within expression: matrix.test.if
steps:
- run: echo ${{matrix.test.msg}}