Skip to content

Commit

Permalink
Update all tests workflow Gradle tasks.
Browse files Browse the repository at this point in the history
  • Loading branch information
TadeasKriz committed Aug 10, 2024
1 parent 126f288 commit 38ed19c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/all-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 38ed19c

Please sign in to comment.