Skip to content

Commit

Permalink
update hatch integration tests command
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Dec 17, 2024
1 parent 4086159 commit b561e08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,4 @@ jobs:
uses: pypa/hatch@install

- name: Run tests for ${{ matrix.test }}
run: hatch run python dagger/run_dbt_spark_tests.py --profile ${{ matrix.test }}
run: hatch run integration-tests --profile ${{ matrix.test }}
2 changes: 1 addition & 1 deletion hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ features=["all"]
setup = "pre-commit install"
code-quality = "pre-commit run --all-files"
unit-tests = "python -m pytest {args:tests/unit}"
integration-tests = "python -m pytest {args:tests/functional}"
integration-tests = "python dagger/run_dbt_spark_tests.py {args:--profile apache_spark}"
docker-prod = "docker build -f docker/Dockerfile -t dbt-spark ."

[envs.build]
Expand Down

0 comments on commit b561e08

Please sign in to comment.