-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update all tests workflow Gradle tasks.
- Loading branch information
1 parent
126f288
commit 38ed19c
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ jobs: | |
- name: Run Acceptance Tests | ||
uses: gradle/[email protected] | ||
with: | ||
arguments: ':acceptance-tests:functional__kgp_latestTest' | ||
arguments: ':acceptance-tests:functional:kgp_latestTest' | ||
build-root-directory: SKIE | ||
env: | ||
KOTLIN_LINK_MODE: ${{ matrix.linkage }} | ||
|
@@ -66,7 +66,7 @@ jobs: | |
- name: Run Type Mapping Tests | ||
uses: gradle/[email protected] | ||
with: | ||
arguments: ':acceptance-tests:type-mapping__kgp_latestTest' | ||
arguments: ':acceptance-tests:type-mapping:kgp_latestTest' | ||
build-root-directory: SKIE | ||
env: | ||
KOTLIN_LINK_MODE: ${{ matrix.linkage }} | ||
|
@@ -100,7 +100,7 @@ jobs: | |
- name: Run External Libraries Tests | ||
uses: gradle/[email protected] | ||
with: | ||
arguments: ':acceptance-tests:libraries__kgp_latestTest' | ||
arguments: ':acceptance-tests:libraries:kgp_latestTest' | ||
build-root-directory: SKIE | ||
env: | ||
KOTLIN_LINK_MODE: ${{ matrix.linkage }} | ||
|