Is it possible to do a dry run or just run the bui...
# ask-community
b
Is it possible to do a dry run or just run the build step of
prefect deploy
? I'd like to confirm that the build passes as part of PR CI checks without actually deploying the flow.
n
i took a stab at something like this earlier, its just informal for now - would this be something like what you're looking for? https://prefect-community.slack.com/archives/CL09KU1K7/p1703355513934569?thread_ts=1703315682.879789&cid=CL09KU1K7
you'd want to avoid mocking out the steps like I am in that example though
b
Looks like it, will take a look thanks
👍 1