Skip to content

Commit

Permalink
fix(regression): pytest
Browse files Browse the repository at this point in the history
Refs #705
  • Loading branch information
chrisjrd committed Mar 12, 2024
1 parent b1bf900 commit 08b490e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cluster_provisioning/dev-e2e/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,9 @@ resource "null_resource" "smoke_test" {
echo running reggression tests
cd /export/home/hysdsops/mozart/ops/${var.project}-pcm
set +e
pytest regression/test_dswx_s1_edge_cases.py
set -e
fi
EOT
]
Expand Down

0 comments on commit 08b490e

Please sign in to comment.