Skip to content

Commit

Permalink
test results
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerwhall committed Mar 9, 2024
1 parent 54e705c commit b2bd5cb
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:

- name: Twister
run: |
/zephyrproject/zephyr/scripts/twister -T ./tests/eeprom -N
/zephyrproject/zephyr/scripts/twister -T ./tests -N
- name: Upload Test Results
if: always()
Expand All @@ -100,9 +100,14 @@ jobs:
runs-on: ubuntu-latest
permissions:
checks: write
if: false
if: always()
steps:
- name: Download Artifacts
uses: actions/download-artifact@v4
with:
path: artifacts
- name: Publish Test Results
uses: uses: EnricoMi/publish-unit-test-result-action@v2
with:
files: "artifacts/**/*.xml"
comment_mode: off

0 comments on commit b2bd5cb

Please sign in to comment.