diff --git a/.github/workflows/self-hosted-test.yml b/.github/workflows/self-hosted-test.yml index 83b62b8db..e4736f81f 100644 --- a/.github/workflows/self-hosted-test.yml +++ b/.github/workflows/self-hosted-test.yml @@ -13,20 +13,10 @@ jobs: - /cvmfs/ship.cern.ch:/cvmfs/ship.cern.ch steps: - - name: pwd - run: | - echo ${{ github.workspace }} - pwd - ls - - - name: explore - run: | - ls ../ - - # - name: Checkout - # uses: actions/checkout@v4 - # with: - # path: FairShip + - name: Checkout + uses: actions/checkout@v4 + with: + path: FairShip - name: Source and Build run: |