Skip to content

Commit

Permalink
add test script for testing publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Dec 6, 2024
1 parent 859b7cd commit f620f9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ dependencies = [
setup = "pre-commit install"
code-quality = "pre-commit run --all-files"
unit-tests = "python -m pytest {args:tests/unit}"
test-publish = "gh workflow run publish.yml --ref $(git rev-parse --abbrev-ref HEAD) -f package=dbt-adapters -f branch=$(git rev-parse --abbrev-ref HEAD) -f deploy-to=test -f pypi-internal=false -f pypi-public=true"

[tool.hatch.envs.build]
detached = true
Expand Down

0 comments on commit f620f9f

Please sign in to comment.