Преглед изворни кода

Modify the sort of cd command

Granty1 пре 4 година
родитељ
комит
9e4c855fee
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .github/workflows/go.yml

+ 1 - 1
.github/workflows/go.yml

@@ -19,6 +19,7 @@ jobs:
 
     - name: Get dependencies
       run: |
+        cd server
         go get -v -t -d ./...
         if [ -f Gopkg.toml ]; then
             curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
@@ -27,6 +28,5 @@ jobs:
 
     - name: Build
       run: |
-        cd server
         go build -v .