From ec065c314d4d683283428ee2b99da9612f1cafee Mon Sep 17 00:00:00 2001 From: Hassan Ahmed Date: Fri, 20 Oct 2023 13:57:27 +0200 Subject: [PATCH] Trigger make file after go setup --- .github/workflows/test-go.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test-go.yml b/.github/workflows/test-go.yml index 14acdc71..40da23a9 100644 --- a/.github/workflows/test-go.yml +++ b/.github/workflows/test-go.yml @@ -5,16 +5,13 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - name: Build - run: | - npm install - npm run generate.go - name: Setup Go uses: actions/setup-go@v2 with: go-version: '1.19.6' - working-directory: ./clients/go - name: Run Tests run: | + npm install + npm run generate.go cd ./clients/go/test go test