From 342054716861cf8c8c1aa1f57fcb45f792b6a671 Mon Sep 17 00:00:00 2001 From: Jade Carino Date: Tue, 3 Feb 2026 20:54:42 +0000 Subject: [PATCH] Fix TestSimbank workflow call to galasactl Signed-off-by: Jade Carino --- .github/workflows/test.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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