diff --git a/.github/workflows/test-workflow.yml b/.github/workflows/test-workflow.yml index 7397b8c..b89048a 100644 --- a/.github/workflows/test-workflow.yml +++ b/.github/workflows/test-workflow.yml @@ -80,6 +80,17 @@ on: required: true type: string + galexie-repo: + description: "The git repo to use for galexie" + required: false + type: string + default: "stellar/stellar-galexie" + + galexie-ref: + description: "git ref of galexie to use" + required: true + type: string + horizon-ref: description: "git ref of stellar/stellar-horizon to use" required: true @@ -159,7 +170,7 @@ jobs: SYSTEM_TEST_SHA=$(get_commit_sha "stellar/system-test" "${{ inputs.system-test-git-ref }}") # Compute CLI image cache key - CLI_CACHE_INPUT="${{ runner.os }}-${{ inputs.stellar-cli-repo }}-$CLI_SHA-${{ inputs.stellar-cli-crate-version }}" + CLI_CACHE_INPUT="${{ runner.os }}-${{ inputs.stellar-cli-repo }}-$CLI_SHA-${{ inputs.stellar-cli-ref }}-${{ inputs.stellar-cli-crate-version }}" CLI_CACHE_KEY="cli-image-$(echo -n "$CLI_CACHE_INPUT" | sha256sum | cut -d' ' -f1)" echo "cli-image-cache-key=$CLI_CACHE_KEY" >> $GITHUB_OUTPUT @@ -174,7 +185,7 @@ jobs: images<