Skip to content

Commit

Permalink
Save test results artifact.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tapchicoma committed May 18, 2021
1 parent cc42bfb commit ed71f90
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-and-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ jobs:
${{ runner.os }}-gradle-wrapper-
- name: Build plugin
run: ./plugin/gradlew -p ./plugin build --no-daemon
- name: Save test results
uses: actions/upload-artifact@v2
if: failure()
with:
name: test-results
path: plugin/build/reports/tests/test/
- name: Check plugin codestyle
run: ./plugin/gradlew -p ./plugin ktlintCheck --no-daemon

Expand Down

0 comments on commit ed71f90

Please sign in to comment.