Skip to content

Commit 838d2bb

Browse files
committed
TEST FAILURE
1 parent cbe900a commit 838d2bb

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

.github/workflows/tests.yml

-7
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,3 @@ jobs:
112112

113113
- name: Run RPM tests in container
114114
run: make -f Makefile.am container-rpm-test
115-
116-
- name: Upload test logs
117-
if: always()
118-
uses: actions/upload-artifact@v4
119-
with:
120-
name: 'logs-rpm-test (${{ matrix.ci_tag }})'
121-
path: test-logs/*

.github/workflows/tests.yml.j2

-7
Original file line numberDiff line numberDiff line change
@@ -198,10 +198,3 @@ jobs:
198198

199199
- name: Run RPM tests in container
200200
run: make -f Makefile.am container-rpm-test
201-
202-
- name: Upload test logs
203-
if: always()
204-
uses: actions/upload-artifact@v4
205-
with:
206-
name: 'logs-rpm-test (${{ matrix.ci_tag }})'
207-
path: test-logs/*

0 commit comments

Comments
 (0)