Skip to content

Commit f584668

Browse files
author
Patrick Jackson
committed
remove tests and artifcat and just complete a build in test.yml
1 parent 4a27ea3 commit f584668

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,4 @@ jobs:
1313
- uses: actions/checkout@v2
1414

1515
- 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-
uses: actions/upload-artifact@v1
26-
with:
27-
name: redux-kotlin-thunk_test_reports
28-
path: redux-kotlin-thunk/build/reports/tests
16+
run: ./gradlew build

0 commit comments

Comments
 (0)