Skip to content

Commit 63107aa

Browse files
authored
CI: Fix test failure paths (#89)
1 parent c06f651 commit 63107aa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ jobs:
3636
- run: ./gradlew build
3737
- uses: actions/upload-artifact@v3
3838
with:
39-
path: |
40-
build/reports/tests
39+
path: |
40+
postgres-native-sqldelight-dialect/build/reports/tests
41+
postgres-native-sqldelight-driver/build/reports/tests
4142
testing/build/reports/tests
4243
if: failure()

0 commit comments

Comments
 (0)