mirror of
https://github.com/flatcar/scripts.git
synced 2026-04-25 07:22:12 +02:00
run-kola-tests: improve test results archive globs
Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
This commit is contained in:
parent
97f298853b
commit
784e1e9cd6
6
.github/workflows/run-kola-tests.yaml
vendored
6
.github/workflows/run-kola-tests.yaml
vendored
@ -248,11 +248,11 @@ jobs:
|
||||
with:
|
||||
name: ${{ matrix.arch }}-test-results
|
||||
path: |
|
||||
scripts/__TESTS__
|
||||
scripts/results-.*.tap
|
||||
scripts/__TESTS__/*/_kola_temp/
|
||||
scripts/results-*.tap
|
||||
|
||||
- name: Create Test Summary
|
||||
if: always()
|
||||
uses: test-summary/action@v2
|
||||
with:
|
||||
paths: "scripts/results-.*.tap"
|
||||
paths: "scripts/results-*.tap"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user