From cba9d6849e28f8c861b2b46c7e86f84f91dabea6 Mon Sep 17 00:00:00 2001 From: Aleksandr Tolstikhin Date: Fri, 6 Dec 2024 02:33:34 +0700 Subject: [PATCH] Upd test in yml --- .gitea/workflows/pipeline.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/pipeline.yml b/.gitea/workflows/pipeline.yml index 074dc2bb..d15484b8 100644 --- a/.gitea/workflows/pipeline.yml +++ b/.gitea/workflows/pipeline.yml @@ -29,9 +29,14 @@ jobs: test: name: test runs-on: ubuntu-latest - needs: setup + # needs: setup steps: - name: test env: INTEGRATION_TESTS: yes run: go test -mod readonly -v ./... + with: + checkout: actions/checkout@v3 + deps: go get -v -d ./... + setup-go: actions/setup-go@v5 + go-version: 'stable'