Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kurtosis testing for nimbus eth1 and eth2 #2281

Merged
merged 14 commits into from
Jun 10, 2024
Merged
Prev Previous commit
Next Next commit
changed tests to fail(github) on success
  • Loading branch information
advaita-saha committed Jun 9, 2024
commit 5a9284f49879ec69e27105b600995c90fd75c85c
2 changes: 1 addition & 1 deletion .github/workflows/kurtosis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ jobs:
echo "Test Result: $test_result"
echo "$test_status"

if ! [ "$test_result" == "success" ]; then
if [ "$test_result" == "success" ]; then
echo ""
echo "Failed Test Task Status:"
echo "$failed_test_status"
Expand Down
Loading