gnucash stable: CI: Run distcheck on one workflow.

John Ralls jralls at code.gnucash.org
Tue Oct 3 17:18:55 EDT 2023


Updated	 via  https://github.com/Gnucash/gnucash/commit/f9827400 (commit)
	from  https://github.com/Gnucash/gnucash/commit/d2fe6132 (commit)



commit f98274009cbec24b35e685c6acc9d8a2bc6073ce
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Oct 3 14:17:22 2023 -0700

    CI: Run distcheck on one workflow.
    
    To ensure that the distribution stays in sync with the repository.

diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml
index 7ee3b03abe..487cf64bea 100644
--- a/.github/workflows/ci-tests.yml
+++ b/.github/workflows/ci-tests.yml
@@ -30,7 +30,7 @@ jobs:
       run: |
         cd build
         ninja
-        ninja check
+        ninja distcheck
       env:
         CTEST_OUTPUT_ON_FAILURE: On
     - uses: actions/upload-artifact at v3



Summary of changes:
 .github/workflows/ci-tests.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list