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 4a27ea3 commit f584668Copy full SHA for f584668
.github/workflows/test.yml
@@ -13,16 +13,4 @@ jobs:
13
- uses: actions/checkout@v2
14
15
- name: Test
16
- run: ./gradlew jvmTest
17
-
18
- - name: Archive redux-kotlin Test Reports
19
- uses: actions/upload-artifact@v1
20
- with:
21
- name: redux-kotlin_test_reports
22
- path: redux-kotlin/build/reports/tests
23
24
- - name: Archive redux-kotlin-threadsafe Test Reports
25
26
27
- name: redux-kotlin-thunk_test_reports
28
- path: redux-kotlin-thunk/build/reports/tests
+ run: ./gradlew build
0 commit comments