mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 03:57:44 +00:00
Add step to GnuTest workflow to compare results against master
This commit is contained in:
parent
fe539a6dea
commit
81a5f0a4dc
2 changed files with 45 additions and 0 deletions
13
.github/workflows/GnuTests.yml
vendored
13
.github/workflows/GnuTests.yml
vendored
|
@ -90,3 +90,16 @@ jobs:
|
|||
with:
|
||||
name: gnu-result
|
||||
path: gnu-result.json
|
||||
- name: Download the result
|
||||
uses: dawidd6/action-download-artifact@v2
|
||||
with:
|
||||
workflow: GnuTests.yml
|
||||
name: gnu-result
|
||||
repo: uutils/coreutils
|
||||
branch: master
|
||||
path: dl
|
||||
- name: Compare against master results
|
||||
shell: bash
|
||||
run: |
|
||||
mv dl/gnu-result.json master-gnu-result.json
|
||||
python uutils/util/compare_gnu_result.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue