lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master f4a91e3 28/30: Move XSD and XSL copy command


From: Greg Chicares
Subject: [lmi-commits] [lmi] master f4a91e3 28/30: Move XSD and XSL copy command to a more appropriate CI job step
Date: Wed, 24 Mar 2021 15:31:11 -0400 (EDT)

branch: master
commit f4a91e3d4c7734690d4a91822654a827027fe48c
Author: Vadim Zeitlin <vadim@tt-solutions.com>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Move XSD and XSL copy command to a more appropriate CI job step
    
    This is more suited for the "Install" step rather than the one running
    the tests itself.
---
 .github/workflows/ci.yml | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7a9e47d..5051edf 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -249,6 +249,15 @@ jobs:
         run: |
           env -C /opt/lmi/data $(pwd)/${lmi_build_dir}/product_files
 
+          # These files are used by input test from this hardcoded location.
+          cp \
+            cell.xsd \
+            multiple_cell_document.xsd \
+            single_cell_document.xsd \
+            sort_cell_subelements.xsl \
+            types.xsd \
+            /opt/lmi/data
+
       - name: Install
         if: matrix.autotools != true
         run: make install
@@ -272,15 +281,6 @@ jobs:
       - name: Run unit tests (autotools)
         if: matrix.autotools
         run: |
-          # These files are used by input test from this hardcoded location.
-          cp \
-            cell.xsd \
-            multiple_cell_document.xsd \
-            single_cell_document.xsd \
-            sort_cell_subelements.xsl \
-            types.xsd \
-            /opt/lmi/data
-
           make $coefficiency -C ${lmi_build_dir} check || err=$?
 
           if [ -n "$err" ]; then



reply via email to

[Prev in Thread] Current Thread [Next in Thread]