Skip to content

Commit

Permalink
chore: fix typo, reenable main flow
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-liang3 authored and vishwa2710 committed Jan 13, 2025
1 parent 110898b commit 33512b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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..."

Expand Down

0 comments on commit 33512b9

Please sign in to comment.