We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58622c2 commit f804f53Copy full SHA for f804f53
1 file changed
.circleci/config.yml
@@ -53,7 +53,6 @@ jobs:
53
steps:
54
- checkout
55
- run: choco install make
56
- - run: choco install golang --version 1.17
57
- run: make test
58
59
integration:
@@ -79,7 +78,6 @@ jobs:
79
78
80
81
- run: choco install curl
82
83
- run: Invoke-WebRequest -Uri "https://github.com/commander-cli/commander/releases/download/v2.4.0/commander-darwin-amd64" -OutFile "C:\Windows\system32\commander.exe"
84
- run: make integration-windows
85
0 commit comments