Skip to content

Commit

Permalink
Merge pull request bruin-data#276 from bruin-data/patch/run-non-uv-test
Browse files Browse the repository at this point in the history
add non uv test
  • Loading branch information
albertobruin authored Nov 27, 2024
2 parents 1bdc672 + 54b5db3 commit 7006b90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration-tests/integration-test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ func main() {

expectExitCode("validate happy-path", 0)
expectExitCode("run --use-uv happy-path", 0)
expectExitCode("run happy-path", 0)
expectJSONOutput("internal parse-pipeline happy-path", "happy-path/expectations/pipeline.yml.json")
expectJSONOutput(
"internal parse-asset happy-path/assets/asset.py",
Expand Down

0 comments on commit 7006b90

Please sign in to comment.