-
Notifications
You must be signed in to change notification settings - Fork 421
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into bring-back-borderless
- Loading branch information
Showing
267 changed files
with
10,916 additions
and
5,809 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,30 +5,40 @@ | |
name: Annotate CI run with test results | ||
on: | ||
workflow_run: | ||
workflows: ["Continuous Integration"] | ||
workflows: [ "Continuous Integration" ] | ||
types: | ||
- completed | ||
|
||
permissions: | ||
contents: read | ||
actions: read | ||
checks: write | ||
|
||
jobs: | ||
annotate: | ||
name: Annotate CI run with test results | ||
runs-on: ubuntu-latest | ||
if: ${{ github.event.workflow_run.conclusion != 'cancelled' }} | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
os: | ||
- { prettyname: Windows, configuration: Debug } | ||
- { prettyname: macOS, configuration: Debug } | ||
- { prettyname: Linux, configuration: Debug } | ||
- { prettyname: Linux, configuration: Release } | ||
threadingMode: ['SingleThread', 'MultiThreaded'] | ||
timeout-minutes: 5 | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
with: | ||
repository: ${{ github.event.workflow_run.repository.full_name }} | ||
ref: ${{ github.event.workflow_run.head_sha }} | ||
|
||
- name: Download results | ||
uses: actions/download-artifact@v4 | ||
with: | ||
pattern: osu-framework-test-results-* | ||
merge-multiple: true | ||
run-id: ${{ github.event.workflow_run.id }} | ||
github-token: ${{ github.token }} | ||
|
||
- name: Annotate CI run with test results | ||
uses: dorny/[email protected] | ||
with: | ||
artifact: osu-framework-test-results-${{matrix.os.prettyname}}-${{matrix.threadingMode}}-${{matrix.os.configuration}} | ||
name: Test Results (${{matrix.os.prettyname}}, ${{matrix.threadingMode}}, ${{matrix.os.configuration}}) | ||
name: Results | ||
path: "*.trx" | ||
reporter: dotnet-trx | ||
list-suites: 'failed' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 0 additions & 6 deletions
6
.idea/.idea.osu-framework.Android/.idea/projectSettingsUpdater.xml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
.idea/.idea.osu-framework.Desktop/.idea/projectSettingsUpdater.xml
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
.idea/.idea.osu-framework.iOS/.idea/projectSettingsUpdater.xml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,4 +16,4 @@ | |
"SampleGame\\SampleGame.csproj" | ||
] | ||
} | ||
} | ||
} |
Oops, something went wrong.