missing keyword fix

This commit is contained in:
Václav Šmejkal 2022-05-04 19:11:00 +02:00
parent 2441fbf832
commit 20588ded70

@ -48,7 +48,7 @@ jobs:
- name: Test
run: |
./${{ matrix.output }} skipCheck
${{ app }}
${{ matrix.app }}
test-project:
runs-on: ${{ matrix.os }}