diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 54b201622..50b85c2e7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,8 +16,8 @@ jobs: run: | pwd ls - cd cvw - ls + source setup.sh + echo $PATH rhel_family_install: name: Test installation on ${{ matrix.os }} runs-on: ubuntu-latest @@ -34,5 +34,5 @@ jobs: run: | pwd ls - cd cvw - ls + source setup.sh + echo $PATH