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

execute post step #68

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

execute post step #68

wants to merge 3 commits into from

Conversation

rarmatei
Copy link
Contributor

@rarmatei rarmatei commented Aug 29, 2024

This is a step for executing any post actions after the Nx tasks have ran. For example, if one of your services is running out of memory while the Nx tasks are executing, you can redirect their output to a log file, and then cat at the end:

 - name: Print Logs
   uses: 'nrwl/nx-cloud-workflows/execute-post-script-step/workflow-steps/execute-post-script/main.yaml'
   inputs:
     script: cat core-logs.log

Copy link

nx-cloud bot commented Aug 29, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 162468e. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 1 target

Sent with 💌 from NxCloud.

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.

1 participant