Skip to content

Commit

Permalink
Remove test reports from GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rhargreaves committed Sep 7, 2024
1 parent 6869bb9 commit 0ce0870
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
- uses: actions/checkout@v2
- name: Build the Docker image
env:
CMOCKA_MESSAGE_OUTPUT: xml
CMOCKA_XML_FILE: ../bin/TEST-cmocka.xml
ENABLE_SANITISE_CHECKS: 1
run: |
./.github/workflows/make-release-roms
Expand All @@ -25,11 +23,6 @@ jobs:
path: |
out/rom_standard.bin
out/rom_megawifi.bin
- name: Report test results
uses: ashley-taylor/[email protected]
if: always()
with:
access-token: ${{ secrets.GITHUB_TOKEN }}
- name: Get version
id: get_version
run: echo ::set-output name=VERSION::$(cat ./out/version.txt)
Expand Down

0 comments on commit 0ce0870

Please sign in to comment.