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
The unstable-cicd.yml GH workflow is failing. On our recent merge to main from develop, the log report for this workflow reported:
CRITICAL:pds.roundup.util:💥 Process with command line ['npm', 'test'] failed with status 1
CRITICAL:pds.roundup.util:🪵 Stdout = «»
CRITICAL:pds.roundup.util:📚 Stderr = «npm ERR! Missing script: "test"
npm ERR!
npm ERR! To see a list of scripts, run:
npm ERR! npm run
npm ERR! A complete log of this run can be found in:
npm ERR! /github/home/.npm/_logs/2024-10-22T17_20_00_948Z-debug-0.log
»
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/pds/roundup/util.py", line 62, in invoke
cp = subprocess.run(argv, stdin=subprocess.DEVNULL, capture_output=True, check=True)
File "/usr/local/lib/python3.9/subprocess.py", line 528, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['npm', 'test']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/bin/roundup", line 8, in <module>
sys.exit(main())
File "/usr/local/lib/python3.9/site-packages/pds/roundup/main.py", line 119, in main
_assemblies[args.assembly](context).roundup()
File "/usr/local/lib/python3.9/site-packages/pds/roundup/assembly.py", line 42, in roundup
step.execute()
File "/usr/local/lib/python3.9/site-packages/pds/roundup/_nodejs.py", line 110, in execute
invoke(['npm', 'test'])
File "/usr/local/lib/python3.9/site-packages/pds/roundup/util.py", line 71, in invoke
raise InvokedProcessError(ex)
pds.roundup.errors.InvokedProcessError: ('Process %s failed with code %d', ['npm', 'test'], 1)
⚔️ Parent Epic / Related Tickets
No response
The text was updated successfully, but these errors were encountered:
💡 Description
The
unstable-cicd.yml
GH workflow is failing. On our recent merge tomain
fromdevelop
, the log report for this workflow reported:⚔️ Parent Epic / Related Tickets
No response
The text was updated successfully, but these errors were encountered: