Skip to content

Commit 9021243

Browse files
OldManYellsAtCloudotavio
authored andcommitted
firefox: remove test reporting from the workflow
The test reporting github action fails to upload the test results with the following error: "HttpError: Resource not accessible by integration" The tests are still executed, and their overall status is still reported as part of the test job, but the test report itself isn't uploaded amongst the workflow artifacts. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
1 parent aa6bcbb commit 9021243

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/yocto_matrix.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,3 @@ jobs:
7575
- run: |
7676
cd /yocto/${{ matrix.yocto_version }}
7777
./meta-firefox-test/scripts/test.sh ${{ matrix.yocto_version}} ${{ matrix.arch }} ${{ matrix.ff_version }} ${{ matrix.libc_flavour}}
78-
- uses: dorny/test-reporter@v1
79-
if: always()
80-
with:
81-
path: meta-firefox/test-results/*.xml
82-
reporter: java-junit
83-
name: Test Results - ${{ matrix.yocto_version}} ${{ matrix.arch }} ${{ matrix.ff_version }} ${{ matrix.libc_flavour}}
84-
working-directory: /yocto/${{ matrix.yocto_version }}/meta-browser
85-
fail-on-empty: false

0 commit comments

Comments
 (0)