Skip to content

Commit 99c8c42

Browse files
author
Patrick Jackson
committed
update test.yml to use allTest
1 parent d8b6a81 commit 99c8c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

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

1515
- name: Test
16-
run: ./gradlew jvmTest
16+
run: ./gradlew allTest
1717

1818
- name: Archive redux-kotlin Test Reports
1919
uses: actions/upload-artifact@v1

0 commit comments

Comments
 (0)