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

Bug: None in error message on windows when the command to run cannot be found #128

Open
ddneilson opened this issue Apr 25, 2024 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@ddneilson
Copy link
Contributor

Expected Behaviour

Thu Apr 25 13:14:56 2024        ----------------------------------------------
Thu Apr 25 13:14:56 2024        Phase: Running action
Thu Apr 25 13:14:56 2024        ----------------------------------------------
Thu Apr 25 13:14:56 2024        Running command echo "Hello World"
Thu Apr 25 13:14:56 2024        <some sort of message about 'echo' not being a program available on the PATH>

Current Behaviour

Thu Apr 25 13:14:56 2024        ----------------------------------------------
Thu Apr 25 13:14:56 2024        Phase: Running action
Thu Apr 25 13:14:56 2024        ----------------------------------------------
Thu Apr 25 13:14:56 2024        Running command None "Hello World"
Thu Apr 25 13:14:56 2024        Process failed to start: [WinError 2] The system cannot find the file specified

Reproduction Steps

Run this template via the CLI on Windows:

specificationVersion: "jobtemplate-2023-09"
name: Hello World
steps:
- name: Hello World Step
  script:
    actions:
      onRun:
        command: "echo"
        args:
        - "Hello World"

Code Snippet

N/A

@ddneilson ddneilson added the bug Something isn't working label Apr 25, 2024
@ddneilson ddneilson added the good first issue Good for newcomers label Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant