Fix yaml syntax

This commit is contained in:
Orsiris de Jong 2022-07-07 11:42:13 +02:00 committed by GitHub
parent 632db7d9a2
commit 36db883ab0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -11,10 +11,9 @@ jobs:
os: [windows-latest] os: [windows-latest]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Execute tests and generate coverage report
- uses: Vampire/setup-wsl@v1 - uses: Vampire/setup-wsl@v1
with: - name: Execute tests and generate coverage report
distribution: Debian shell: wsl-bash {0}
env: env:
RUNNING_ON_GITHUB_ACTIONS: true RUNNING_ON_GITHUB_ACTIONS: true
run: | run: |