Browse Source

add build step

Matthew R. Kasun 2 years ago
parent
commit
90daeddeaf
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/test.yml

+ 1 - 0
.github/workflows/test.yml

@@ -33,6 +33,7 @@ jobs:
         uses: actions/setup-go@v3
         uses: actions/setup-go@v3
         with:
         with:
           go-version: 1.19
           go-version: 1.19
+      - name: Build
         run: |
         run: |
           cd cli
           cd cli
           GOOS=linux GOARCH=amd64 go build -o nmctl
           GOOS=linux GOARCH=amd64 go build -o nmctl