Skip to main content

What Happens

Every prime 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. Environment actions timeline

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.

Current Limits

Actions always trigger on push and run the default test suite in the managed container. Custom triggers and advanced workflows are coming soon.
I