diff --git a/.github/workflows/xcat_test.yml b/.github/workflows/xcat_test.yml index 2fed8e673..0c151ae90 100644 --- a/.github/workflows/xcat_test.yml +++ b/.github/workflows/xcat_test.yml @@ -7,5 +7,5 @@ jobs: steps: - uses: actions/checkout@v3 - run: sudo apt-get install -y fakeroot reprepro devscripts debhelper libcapture-tiny-perl libjson-perl libsoap-lite-perl libdbi-perl libcgi-pm-perl quilt openssh-server dpkg looptools genometools software-properties-common - - run: echo "/opt/xcat/bin:/opt/xcat/sbin" >> $GITHUB_PATH + - run: echo "$GITHUB_WORKSPACE/opt/xcat/bin:$GITHUB_WORKSPACE/opt/xcat/sbin" >> $GITHUB_PATH - run: perl github_action_xcat_test.pl