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
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.
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:
Prerequisites
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 withls
, but running/commander --version
has no output. I have tried adding it to the path (can confirm it's in the path), but runningcommander --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
The text was updated successfully, but these errors were encountered: