Skip to content

Commit

Permalink
Enable integration tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ting-yuan committed Jan 20, 2021
1 parent 8bbcc6d commit d75cf72
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,12 @@ jobs:
with:
name: test-reports
path: compiler-plugin/build/reports
# Run ksp integration tests
- name: integration tests
run: ./gradlew --info :integration-tests:test
- name: Upload integration test results
if: always()
uses: actions/upload-artifact@v2
with:
name: test-reports
path: integration-tests/build/reports

0 comments on commit d75cf72

Please sign in to comment.