diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 756827dc..3bbbce92 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -29,6 +29,9 @@ jobs: path: /home/runner/go/pkg/mod key: deps-${{ hashFiles('go.sum') }} + - name: Get tree-service client + run: make sync-tree + - name: Update Go modules run: make dep @@ -62,6 +65,9 @@ jobs: path: /home/runner/go/pkg/mod key: deps-${{ hashFiles('go.sum') }} + - name: Get tree-service client + run: make sync-tree + - name: Update Go modules run: make dep diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9508fa19..cecafdb4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,6 +15,10 @@ jobs: steps: - uses: actions/checkout@v2 + + - name: Get tree-service client + run: make sync-tree + - name: golangci-lint uses: golangci/golangci-lint-action@v2 with: @@ -42,6 +46,9 @@ jobs: path: /home/runner/go/pkg/mod key: deps-${{ hashFiles('go.sum') }} + - name: Get tree-service client + run: make sync-tree + - name: Update Go modules run: make dep @@ -78,6 +85,9 @@ jobs: path: /home/runner/go/pkg/mod key: deps-${{ hashFiles('go.sum') }} + - name: Get tree-service client + run: make sync-tree + - name: Update Go modules run: make dep