Skip to content

Commit

Permalink
Mention ARM in README.md (#514)
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi authored Oct 9, 2023
1 parent c0b8fea commit a23f810
Show file tree
Hide file tree
Showing 10 changed files with 79 additions and 121 deletions.
16 changes: 7 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,22 @@
[![GitHub Workflows badge](https://gist.github.com/EnricoMi/612cb538c14731f1a8fefe504f519395/raw/workflows.svg)](https://github.com/search?q=publish-unit-test-result-action+path%3A.github%2Fworkflows%2F+language%3AYAML+language%3AYAML&type=Code&l=YAML)
[![Docker pulls badge](https://gist.github.com/EnricoMi/612cb538c14731f1a8fefe504f519395/raw/downloads.svg)](https://github.com/users/EnricoMi/packages/container/package/publish-unit-test-result-action)

![Arm badge](misc/badge-arm.svg)
![Ubuntu badge](misc/badge-ubuntu.svg)
![macOS badge](misc/badge-macos.svg)
![Windows badge](misc/badge-windows.svg)
![JUnit badge](misc/badge-junit-xml.svg)
![NUnit badge](misc/badge-nunit-xml.svg)
![XUnit badge](misc/badge-xunit-xml.svg)
![XML badge](misc/badge-xml.svg)
![TRX badge](misc/badge-trx.svg)
![Dart badge](misc/badge-dart.svg)
![Mocha badge](misc/badge-mocha.svg)

![JS badge](misc/badge-js.svg)

[![Test Results](https://gist.githubusercontent.com/EnricoMi/612cb538c14731f1a8fefe504f519395/raw/tests.svg)](https://gist.githubusercontent.com/EnricoMi/612cb538c14731f1a8fefe504f519395/raw/tests.svg)

This [GitHub Action](https://github.com/actions) analyses test result files and
publishes the results on GitHub. It supports [JSON (Dart, Mocha), TRX (MSTest, VS) and XML (JUnit, NUnit, XUnit) file formats](#generating-test-result-files),
and runs on Linux, macOS and Windows.

You can add this action to your GitHub workflow for ![Ubuntu Linux](https://badgen.net/badge/icon/Ubuntu?icon=terminal&label) (e.g. `runs-on: ubuntu-latest`) runners:
You can use this action with ![Ubuntu Linux](misc/badge-ubuntu.svg) runners (e.g. `runs-on: ubuntu-latest`)
or ![ARM Linux](misc/badge-arm.svg) self-hosted runners:

```yaml
- name: Publish Test Results
Expand All @@ -36,8 +34,8 @@ You can add this action to your GitHub workflow for ![Ubuntu Linux](https://badg
test-results/**/*.json
```
Use this for ![macOS](https://badgen.net/badge/icon/macOS?icon=apple&label) (e.g. `runs-on: macos-latest`)
and ![Windows](https://badgen.net/badge/icon/Windows?icon=windows&label) (e.g. `runs-on: windows-latest`) runners:
Use this for ![macOS](misc/badge-macos.svg) (e.g. `runs-on: macos-latest`)
and ![Windows](misc/badge-windows.svg) (e.g. `runs-on: windows-latest`) runners:

```yaml
- name: Publish Test Results
Expand Down
20 changes: 20 additions & 0 deletions misc/badge-arm.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 0 additions & 20 deletions misc/badge-dart.svg

This file was deleted.

20 changes: 20 additions & 0 deletions misc/badge-js.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 0 additions & 20 deletions misc/badge-junit-xml.svg

This file was deleted.

20 changes: 0 additions & 20 deletions misc/badge-mocha.svg

This file was deleted.

20 changes: 0 additions & 20 deletions misc/badge-nunit-xml.svg

This file was deleted.

24 changes: 12 additions & 12 deletions misc/badge-trx.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions misc/badge-xml.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 0 additions & 20 deletions misc/badge-xunit-xml.svg

This file was deleted.

0 comments on commit a23f810

Please sign in to comment.