What Happens
Everyprime env push
kicks off an automatic action. Prime builds the environment in a fresh container, installs your package, and runs its tests. The run is linked to that pushed version so teammates can see whether it passed before using it.

Where To Check
- Open your environment in the Hub and switch to Actions.
- Each entry shows status, runtime, and logs. Click any run to inspect failures and rerun commands locally if needed.