Skip to content

Commit

Permalink
Add step to upload functional tests results.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkostyrev committed Jun 29, 2023
1 parent 60faea3 commit 9c6f2d6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ jobs:
- name: Run functional test
run: ./gradlew -p paranoid -Ppablo.shadow.enabled=true functionalTest

- uses: actions/upload-artifact@v3
if: failure()
with:
name: functional-test-report
path: paranoid/build/reports/tests/functionalTest

- name: Run unit tests
run: ./gradlew check -x lint -Pdevelopment=false -Dorg.gradle.unsafe.configuration-cache=true

Expand Down

0 comments on commit 9c6f2d6

Please sign in to comment.