Skip to content

Commit

Permalink
group_6 was missing
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Dec 11, 2024
1 parent c524822 commit 58d8b66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ integration-tests = [
'- python -m pytest {args:tests/functional} -m "group_3"',
'- python -m pytest {args:tests/functional} -m "group_4"',
'- python -m pytest {args:tests/functional} -m "group_5"',
'- python -m pytest {args:tests/functional} -m "not group_1 and not group_2 and not group_3 and not group_4 and not group_5"',
'- python -m pytest {args:tests/functional} -m "group_6"',
'- python -m pytest {args:tests/functional} -m "not group_1 and not group_2 and not group_3 and not group_4 and not group_5 and not group_6"',
]
docker-dev = [
"docker build -f docker/dev.Dockerfile -t dbt-snowflake-dev .",
Expand Down

0 comments on commit 58d8b66

Please sign in to comment.