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

Need help getting windows server 2019 working #99

Closed
3 tasks done
mcred opened this issue Oct 17, 2019 · 3 comments · Fixed by #101
Closed
3 tasks done

Need help getting windows server 2019 working #99

mcred opened this issue Oct 17, 2019 · 3 comments · Fixed by #101
Assignees

Comments

@mcred
Copy link

mcred commented Oct 17, 2019

Prerequisites

  • Can you reproduce the problem?
  • Are you running the latest version?
  • Did you perform a cursory search?

Description

Following the instructions in the README to setup a testing environment with github actions and running commander does not have any output. I've tried a few variations of invoking commander, but all with the same results. The file will download, I can see it with ls, but running /commander --version has no output. I have tried adding it to the path (can confirm it's in the path), but running commander --version has the same results.

Steps to Reproduce

Add a github action with the following config:
https://github.com/mcred/titan/blob/feature/e2e/.github/workflows/test.yml

Inspect output:
https://github.com/mcred/titan/commit/ee26a202ea5218314315bbb387705e97161abc17/checks?check_suite_id=268546125

Expected behavior:
Commander version v1.2.1

Actual behavior: [What actually happened]
No output, failure or exceptions.

Specifications

  • Version: v1.2.1 commander-windows-amd64
  • Platform: Windows Server 2019
@SimonBaeumer
Copy link
Member

SimonBaeumer commented Oct 17, 2019

Hey @mcred,
I think the problem is that the binary is not suffixed with .exe on windows.
On my machine with Windows 10 I couldn't get it working without the suffix.
Could check it if this would fix your problem?

In my travis build I install commander with this curl command:

curl -L https://github.com/SimonBaeumer/commander/releases/download/v0.3.0/commander-windows-amd64 -o C:\Windows\system32\commander.exe

@SimonBaeumer
Copy link
Member

@mcred I added the suffix to the new deployment. If it does not work I will investigate more on this issue

@mcred
Copy link
Author

mcred commented Oct 17, 2019

That was the issue! I appreciate the quick feedback. Thanks for putting in all the work for this test runner. It was just what I was looking for.

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 a pull request may close this issue.

2 participants