We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bbcc6d commit d75cf72Copy full SHA for d75cf72
.github/workflows/main.yml
@@ -64,3 +64,12 @@ jobs:
64
with:
65
name: test-reports
66
path: compiler-plugin/build/reports
67
+ # Run ksp integration tests
68
+ - name: integration tests
69
+ run: ./gradlew --info :integration-tests:test
70
+ - name: Upload integration test results
71
+ if: always()
72
+ uses: actions/upload-artifact@v2
73
+ with:
74
+ name: test-reports
75
+ path: integration-tests/build/reports
0 commit comments