From 8c26611a82bacde7a86c10938b4d958b65a01c99 Mon Sep 17 00:00:00 2001 From: Andrew Mogan Date: Tue, 12 Nov 2024 14:19:09 -0600 Subject: [PATCH] Syncing .github/workflows/dunedaq-develop-cpp-ci.yml --- .github/workflows/dunedaq-develop-cpp-ci.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/dunedaq-develop-cpp-ci.yml b/.github/workflows/dunedaq-develop-cpp-ci.yml index ce52fcb..b111b2f 100644 --- a/.github/workflows/dunedaq-develop-cpp-ci.yml +++ b/.github/workflows/dunedaq-develop-cpp-ci.yml @@ -40,7 +40,7 @@ jobs: # Runs a single command using the runners shell - name: Checkout daq-release - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: DUNE-DAQ/daq-release path: daq-release @@ -57,7 +57,7 @@ jobs: dbt-create -n $release_name dev-${{ matrix.os_name }} - name: checkout package for CI - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: ${{ github.repository }} @@ -65,11 +65,10 @@ jobs: run: | export REPO=$(echo '${{ github.repository }}' | awk -F '/' '{print $2}') cd $GITHUB_WORKSPACE/dev-${{ matrix.os_name }} - source env.sh || true - test $REPO == "dbe" && spack load dbe || true - spack unload $REPO || true + source env.sh + test $REPO == "dbe" && spack load dbe cp -pr $GITHUB_WORKSPACE/DUNE-DAQ/$REPO $GITHUB_WORKSPACE/dev-${{ matrix.os_name }}/sourcecode - dbt-build # --unittest # --lint + dbt-build # --unittest done elsewhere; --lint unavailable due to llvm being too large for images - name: upload build log file uses: actions/upload-artifact@v4