Granty1 5 лет назад
Родитель
Сommit
2486b79784
1 измененных файлов с 5 добавлено и 4 удалено
  1. 5 4
      .github/workflows/go.yml

+ 5 - 4
.github/workflows/go.yml

@@ -8,7 +8,7 @@ jobs:
 
   build:
     name: Build
-    runs-on: [ VM_0_11_centos ]
+    runs-on: [ self-hosts ]
     steps:
     - name: Get dependencies
       run: |
@@ -17,11 +17,12 @@ jobs:
             curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
             dep ensure
         fi
-
-    - name: Build
-      run: |
+    - name: Check dir
+      run : |
         pwd
         ls -la
+    - name: Build
+      run: |
         cd server
         go build -v .