diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 23dc10b..6876ba4 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -55,7 +55,7 @@ jobs: needs: - prepare-environment - build-development-image - uses: open-space-collective/open-space-toolkit/.github/workflows/test.yml@users/alexliang/test-matrix # TBM: demo purposes only + uses: open-space-collective/open-space-toolkit/.github/workflows/test.yml@main with: project_name: ${{ needs.prepare-environment.outputs.project_name }} project_version: ${{ needs.prepare-environment.outputs.project_version }} diff --git a/Makefile b/Makefile index 96a7c76..14efb6f 100644 --- a/Makefile +++ b/Makefile @@ -542,7 +542,7 @@ test-unit-python-standalone: ## Run Python unit tests (standalone) .PHONY: test-unit-python-standalone -ci-test-python: ## Run Python unit tests. Assumes the dev image has already been built, AND that bindings have been built and are avaliable at `packages/python` +ci-test-python: ## Run Python unit tests. Assumes the dev image has already been built, AND that bindings have been built and are available at `packages/python` @ echo "Running Python unit tests..."