From 6b582cc24885928a417cd94c84343d502e2b3a95 Mon Sep 17 00:00:00 2001 From: Jordan Carlin Date: Tue, 16 Jul 2024 00:43:21 -0700 Subject: [PATCH] Update test --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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