Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,11 @@ jobs:
- name: Build
run: |
./gradlew clean build
- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action/linux@v2
if: always()
with:
files: |
test-results/**/*.xml
test-results/**/*.trx
test-results/**/*.json
2 changes: 1 addition & 1 deletion src/test/kotlin/MainKtParametrizedTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class MainKtParametrizedTest {
),
arrayOf(
"paper",
"rock",
"scissors",
"win",
"when computer selects rock, and user selects paper, then user wins",
),
Expand Down