[latex3-commits] [git/LaTeX3-latex3-luaotfload] dev-exper: Always run testfiles artifact action (ddefaf1)

Marcel Fabian Krüger tex at 2krueger.de
Mon Jun 20 13:48:02 CEST 2022


Repository : https://github.com/latex3/luaotfload
On branch  : dev-exper
Link       : https://github.com/latex3/luaotfload/commit/ddefaf1a06e1daa89d668ed400b24e87ef7688d2

>---------------------------------------------------------------

commit ddefaf1a06e1daa89d668ed400b24e87ef7688d2
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Mon Jun 20 13:48:02 2022 +0200

    Always run testfiles artifact action


>---------------------------------------------------------------

ddefaf1a06e1daa89d668ed400b24e87ef7688d2
 .github/workflows/main.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index ec1f089..61112b5 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -69,7 +69,7 @@ jobs:
       # Now we create the artifacts: There are two cases where this happens.
       # 1. If we failed running tests
       - name: Archive failed test output
-        if: ${{ matrix.artifact_name != 'Documentation' }}
+        if: ${{ always() }}
         uses: zauguin/l3build-failure-artifacts at trunk
         with:
           name: ${{ matrix.artifact_name }}





More information about the latex3-commits mailing list.