From bc000f1bc4ccfa3df235a656b6660f7b96c33306 Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Wed, 25 May 2022 18:17:23 +0300 Subject: [PATCH] [#455] Run GitHub Actions in tree-service branch Signed-off-by: Alex Vanin --- .github/workflows/builds.yml | 6 ++++++ .github/workflows/tests.yml | 10 ++++++++++ 2 files changed, 16 insertions(+) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 756827d..3bbbce9 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 9508fa1..cecafdb 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