Skip to content

Commit

Permalink
fix test call to exclude SWIPE tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rzlim08 committed Sep 27, 2023
1 parent 2dcf27b commit 94c5add
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflows-github-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
working-directory: workflows
run: |
make local-init
make local-tests
make local-db-tests
5 changes: 5 additions & 0 deletions workflows/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ local-start: local-envfile ## Start a local dev environment that's been stopped.
local-pgconsole: ## Connect to the local postgres database.
$(docker_compose) exec postgres psql "$(LOCAL_DB_CONN_STRING)"


.PHONY: local-db-tests
local-db-tests: ## Run workflow db tests
$(docker_compose_run) $(FOLDER) bash -c "poetry run pytest test/"

### SWIPE Plugin Tests

.PHONY: local-swipe-plugin-tests
Expand Down

0 comments on commit 94c5add

Please sign in to comment.