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

Add acceptance test for 'experimental.scripts' #2240

Merged
merged 2 commits into from
Jan 27, 2025

Conversation

denik
Copy link
Contributor

@denik denik commented Jan 27, 2025

No description provided.

@denik denik temporarily deployed to test-trigger-is January 27, 2025 14:03 — with GitHub Actions Inactive
@@ -146,4 +146,8 @@ func AddHandlers(server *TestServer) {
},
}, nil
})

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why adding this call if deploy errors out anyway?

Copy link
Contributor Author

@denik denik Jan 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It proceeds further with this call and executes more scripts.

@denik denik added this pull request to the merge queue Jan 27, 2025
Merged via the queue into main with commit be908ee Jan 27, 2025
9 checks passed
@denik denik deleted the denik/DECO-24322--scripts-acceptance-test branch January 27, 2025 15:33
prebuild: "python3 ./myscript.py 0 prebuild"
postbuild: "python3 ./myscript.py 0 postbuild"
predeploy: "python3 ./myscript.py 0 predeploy"
postdeploy: "python3 ./myscript.py 0 postdeploy"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't really test this one, correct? Should we have an integration test instead which does successful deploy so we can cover this as well?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is useful to have it there to see that it was not run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants