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

Multiple commands #26

Open
zerothi opened this issue Nov 28, 2023 · 0 comments
Open

Multiple commands #26

zerothi opened this issue Nov 28, 2023 · 0 comments

Comments

@zerothi
Copy link

zerothi commented Nov 28, 2023

I tried to do:

run: npm install ... ; bash script.sh

to no avail,

I also did:

run: |
   npm install
   bash script.sh

which also failed.

The latter returned this:

Command: npm install -g terminalizer
/usr/bin/xvfb-run --auto-servernum npm install -g terminalizer
npm WARN deprecated [email protected]: this library is no longer supported
npm WARN deprecated [email protected]: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142

added 260 packages in 9s

32 packages are looking for funding
  run `npm fund` for details
/usr/bin/bash /home/runner/work/_actions/coactions/setup-xvfb/v1/dist/cleanup.sh
/usr/bin/bash: /home/runner/work/_actions/coactions/setup-xvfb/v1/dist/cleanup.sh: No such file or directory
Command: cd docs/os/Animations
/usr/bin/xvfb-run --auto-servernum cd docs/os/Animations
/usr/bin/bash /home/runner/work/_actions/coactions/setup-xvfb/v1/dist/cleanup.sh
/usr/bin/bash: /home/runner/work/_actions/coactions/setup-xvfb/v1/dist/cleanup.sh: No such file or directory
Command: bash create.sh
/usr/bin/xvfb-run --auto-servernum bash create.sh
bash: create.sh: No such file or directory
/usr/bin/bash /home/runner/work/_actions/coactions/setup-xvfb/v1/dist/cleanup.sh
/usr/bin/bash: /home/runner/work/_actions/coactions/setup-xvfb/v1/dist/cleanup.sh: No such file or directory
Error: The process '/usr/bin/xvfb-run' failed with exit code 127

which I don't know if it is my problem or not? It looks weird though.

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

No branches or pull requests

1 participant