> ## Documentation Index
> Fetch the complete documentation index at: https://docs.primeintellect.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Environment Actions

> Quick look at the automated checks that run on every environment push

## 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.

<img src="https://mintcdn.com/primeintellect/evdyCcmKqTmNYA3T/images/envshub_actions.png?fit=max&auto=format&n=evdyCcmKqTmNYA3T&q=85&s=fc1aa7a30fbb00c25cff9387966cb5e9" alt="Environment actions timeline" width="3663" height="2160" data-path="images/envshub_actions.png" />

## Where To Check

* Open your environment in the [Environments Hub](https://app.primeintellect.ai/dashboard/environments) 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.
