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 ef96285 commit 2acd0b2Copy full SHA for 2acd0b2
1 file changed
.circleci/config.yml
@@ -53,10 +53,7 @@ jobs:
53
steps:
54
- checkout
55
- run: choco install make
56
-<<<<<<< HEAD
57
-=======
58
- run: choco install golang --version 1.17
59
->>>>>>> 5fd066b (Bump go version to 1.17)
60
- run: make test
61
62
integration:
@@ -82,10 +79,7 @@ jobs:
82
79
83
80
84
81
- run: choco install curl
85
86
87
88
89
- run: Invoke-WebRequest -Uri "https://github.com/commander-cli/commander/releases/download/v2.4.0/commander-darwin-amd64" -OutFile "C:\Windows\system32\commander.exe"
90
- run: make integration-windows
91
0 commit comments