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: