From 707485849c79ed859e90196af3258547bbbd24ae Mon Sep 17 00:00:00 2001 From: Jose Borreguero Date: Fri, 16 Feb 2024 17:57:47 -0500 Subject: [PATCH] print only mantid config file contents Signed-off-by: Jose Borreguero --- .github/workflows/actions.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index cc1125e..ccea8d0 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -25,10 +25,11 @@ jobs: working-directory: ./reduction run: | echo datasearch.directories=${{ github.workspace }}/reduction/tests/data/liquidsreflectometer-data/nexus/ >> ${{ runner.home }}/.mantid/Mantid.user.properties + echo ${{ runner.home }}/.mantid/Mantid.user.properties cat ${{ runner.home }}/.mantid/Mantid.user.properties - git submodule add --force https://code.ornl.gov/sns-hfir-scse/infrastructure/test-data/liquidsreflectometer-data.git tests/data/liquidsreflectometer-data - git submodule update --init - python -m pytest -vv --cov=. --cov-report=xml --cov-report=term test + # git submodule add --force https://code.ornl.gov/sns-hfir-scse/infrastructure/test-data/liquidsreflectometer-data.git tests/data/liquidsreflectometer-data + # git submodule update --init + # python -m pytest -vv --cov=. --cov-report=xml --cov-report=term test - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v3 env: