You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm running multiple test scripts with
pnpm -r --filter './e2e/*' test
. The output of each script is prefixed with the directory name.However, when running on CI, these scripts print GitHub Actions annotations for errors.
GitHub Actions recognizes annotation by checking the start of each output, if it contains the
::error
prefix or any other.I wanted to check if there are ways to disable the directory prefix when running PNPM scripts?
Beta Was this translation helpful? Give feedback.
All reactions