Skip to content

Commit

Permalink
Run full integration tests (#42)
Browse files Browse the repository at this point in the history
Change test command to run iTest.
Show test results through github interface.
  • Loading branch information
stephenkirk-toast authored Nov 14, 2024
1 parent 8554328 commit 9143aac
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,12 @@ jobs:
- name: Run lint check
run: ./gradlew ktlintCheck
- name: Run tests
run: ./gradlew test
run: ./gradlew iTest
- name: Publish Test Report
uses: mikepenz/action-junit-report@v5
if: success() || failure()
with:
report_paths: '**/build/test-results/iTest/TEST-*.xml'
- name: Create Package deb
run: ./gradlew packageDeb --info
- name: Upload build artifacts
Expand Down

0 comments on commit 9143aac

Please sign in to comment.