We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 608805b commit 2304bd4Copy full SHA for 2304bd4
.github/workflows/build.yml
@@ -108,12 +108,12 @@ jobs:
108
uses: eskatos/gradle-command-action@v1
109
with:
110
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
+ # Unit tests
+ - name: UNit tests
+ uses: eskatos/gradle-command-action@v1
+ with:
+ arguments: -i -s --console=plain --no-build-cache test
+ # Integration tests
117
- name: Integration tests (without slides)
118
119
0 commit comments