Browse Source

Try passing variable as bool

af/merge-core
James Jackson-South 6 years ago
parent
commit
2227cc56db
  1. 8
      .github/workflows/build-and-test.yml

8
.github/workflows/build-and-test.yml

@ -18,19 +18,19 @@ jobs:
# - os: ubuntu-latest
# framework: netcoreapp2.1
# runtime: -x64
# codecov: false
# codecov: $false
- os: windows-latest
framework: netcoreapp2.1
runtime: -x64
codecov: true
codecov: $true
- os: windows-latest
framework: net472
runtime: -x64
codecov: false
codecov: $false
- os: windows-latest
framework: net472
runtime: -x86
codecov: false
codecov: $false
runs-on: ${{ matrix.options.os }}

Loading…
Cancel
Save