Parcourir la source

Update workflows

jamesread il y a 4 ans
Parent
commit
2f6a975bb3
2 fichiers modifiés avec 4 ajouts et 1 suppressions
  1. 1 1
      .github/workflows/build-snapshot.yml
  2. 3 0
      .github/workflows/codestyle.yml

+ 1 - 1
.github/workflows/rc-build.yml → .github/workflows/build-snapshot.yml

@@ -1,4 +1,4 @@
-name: "RC Build"
+name: "Build Snapshot"
 
 
 on: [push]
 on: [push]
 
 

+ 3 - 0
.github/workflows/codestyle.yml

@@ -12,6 +12,9 @@ jobs:
       - name: Setup Go
       - name: Setup Go
         uses: actions/setup-go@v2
         uses: actions/setup-go@v2
 
 
+      - name: deps
+        run: make grpc
+
       - name: daemon
       - name: daemon
         run: make daemon-codestyle
         run: make daemon-codestyle