Fix GH Yaml

This commit is contained in:
Schalk Cronje 2021-05-02 16:46:09 +02:00
parent 608805bd8a
commit 2304bd4d4e
1 changed files with 6 additions and 6 deletions

View File

@ -108,12 +108,12 @@ jobs:
uses: eskatos/gradle-command-action@v1
with:
arguments: -i -S --console=plain --no-build-cache assemble
# Unit tests
- name: UNit tests
uses: eskatos/gradle-command-action@v1
with:
arguments: -i -s --console=plain --no-build-cache test
# Integration tests
# Unit tests
- name: UNit tests
uses: eskatos/gradle-command-action@v1
with:
arguments: -i -s --console=plain --no-build-cache test
# Integration tests
- name: Integration tests (without slides)
uses: eskatos/gradle-command-action@v1
with: