We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da1b4bc commit 025f66aCopy full SHA for 025f66a
1 file changed
.github/workflows/simple-unit-tests.yml
@@ -32,11 +32,11 @@ jobs:
32
- name: Build project
33
run: ./gradlew --no-daemon jar
34
35
- - name: Run BlockingDatabaseTests
36
- run: ./gradlew test --tests "BlockingDatabaseTests"
37
-
38
- name: Run MoviesExample
39
run: ./gradlew test --tests "MoviesExample"
40
+ - name: Run BlockingDatabaseTests
+ run: ./gradlew test --tests "BlockingDatabaseTests"
+
41
- name: Run SuspendingDatabaseTests
42
run: ./gradlew test --tests "SuspendingDatabaseTests"
0 commit comments