diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 02b8b48..c5db8fb 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -90,8 +90,9 @@ jobs: #---------------------------------------------------------------------------------- # Set up Galasa environment - name: Initialise local Galasa environment to create remaining files and folders + working-directory: ${{ github.workspace }}/temp run: | - galasactl local init --log - + ./galasactl local init --log - #---------------------------------------------------------------------------------- # Download or build the Simplatform application that the tests connect to