Skip to content

Commit 2304bd4

Browse files
committed
Fix GH Yaml
1 parent 608805b commit 2304bd4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,12 @@ jobs:
108108
uses: eskatos/gradle-command-action@v1
109109
with:
110110
arguments: -i -S --console=plain --no-build-cache assemble
111-
# Unit tests
112-
- name: UNit tests
113-
uses: eskatos/gradle-command-action@v1
114-
with:
115-
arguments: -i -s --console=plain --no-build-cache test
116-
# Integration tests
111+
# Unit tests
112+
- name: UNit tests
113+
uses: eskatos/gradle-command-action@v1
114+
with:
115+
arguments: -i -s --console=plain --no-build-cache test
116+
# Integration tests
117117
- name: Integration tests (without slides)
118118
uses: eskatos/gradle-command-action@v1
119119
with:

0 commit comments

Comments
 (0)