Skip to content

Commit 4d26db8

Browse files
author
Clea F. Rees
committed
save fnttarg failure logs
1 parent 85fef5a commit 4d26db8

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.github/workflows/nfssext-autochecks.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,16 @@ jobs:
7272
- name: Run l3build fnttarg
7373
working-directory: cfr-lm
7474
run: l3build fnttarg
75+
- name: Archive failed build output
76+
# run even if previous step failed
77+
if: ${{ always() }}
78+
# dwyn o https://github.com/latex3/latex2e/blob/develop/.github/workflows/main.yaml
79+
uses: actions/upload-artifact@v4
80+
with:
81+
name: buildfiles-clm
82+
path: build/fntdir/*.log
83+
# Decide how long to keep the test output artefact:
84+
retention-days: 7
7585
- name: Run l3build ctan
7686
working-directory: cfr-lm
7787
run: l3build ctan
@@ -165,6 +175,16 @@ jobs:
165175
if: ${{ matrix.pre_target }}
166176
working-directory: ${{ matrix.working_directory }}
167177
run: "l3build fnttarg"
178+
- name: Archive failed build output
179+
# run even if previous step failed
180+
if: ${{ always() }}
181+
# dwyn o https://github.com/latex3/latex2e/blob/develop/.github/workflows/main.yaml
182+
uses: actions/upload-artifact@v4
183+
with:
184+
name: buildfiles-${{ matrix.module }}
185+
path: build/fntdir/*.log
186+
# Decide how long to keep the test output artefact:
187+
retention-days: 7
168188
- name: Run l3build
169189
working-directory: ${{ matrix.working_directory }}
170190
run: "l3build ctan"
@@ -249,6 +269,15 @@ jobs:
249269
if: ${{ matrix.pre_target }}
250270
working-directory: ${{ matrix.working_directory }}
251271
run: "l3build fnttarg"
272+
- name: Archive failed build output
273+
if: ${{ matrix.pre_target }}
274+
# dwyn o https://github.com/latex3/latex2e/blob/develop/.github/workflows/main.yaml
275+
uses: actions/upload-artifact@v4
276+
with:
277+
name: buildfiles-${{ matrix.module }}
278+
path: build/fntdir/*.log
279+
# Decide how long to keep the test output artefact:
280+
retention-days: 7
252281
- name: Run l3build
253282
working-directory: ${{ matrix.working_directory }}
254283
run: "l3build ctan"

0 commit comments

Comments
 (0)