From bac4220546a261f14da7c783c314a326d7867338 Mon Sep 17 00:00:00 2001 From: Chris Frohoff Date: Fri, 25 Mar 2022 01:49:01 -0700 Subject: [PATCH] testing --- .github/workflows/results.py | 2 +- .github/workflows/test.yml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/results.py b/.github/workflows/results.py index 8c2c4b7..dfecffb 100644 --- a/.github/workflows/results.py +++ b/.github/workflows/results.py @@ -52,7 +52,7 @@ ver_groups = [list(v for v, r in vers) for res, vers in itertools.groupby(sorted ver_ranges = [[vs[0], vs[-1]] for vs in ver_groups] -print('\n'.join(repr(v) for v in ver_groups)) +# print('\n'.join(repr(v) for v in ver_groups)) # # print(repr(by_payload)) # print(repr(by_version)) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5b028da..21d3754 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -105,10 +105,14 @@ jobs: - uses: actions/download-artifact@v3 with: name: matrix + - uses: actions/download-artifact@v3 + with: + name: out - run: | git config --local user.email "action@github.com" git config --local user.name "GitHub Action" git add matrix.md + git add out.txt git commit -m "Add changes" - uses: ad-m/github-push-action@master with: