Skip to content

Commit d75cf72

Browse files
committed
Enable integration tests in CI
1 parent 8bbcc6d commit d75cf72

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/main.yml

+9
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,12 @@ jobs:
6464
with:
6565
name: test-reports
6666
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

Comments
 (0)