From c531ed9a85e1a7b4e2f85406ff38d458b386c8c8 Mon Sep 17 00:00:00 2001 From: Oleksandr Yeshanov <39962460+Eshanchik@users.noreply.github.com> Date: Mon, 1 Apr 2024 15:20:47 +0300 Subject: [PATCH] fix ci tests --- .github/workflows/testing.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 2dda289..ddba6b0 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -30,6 +30,11 @@ jobs: needs: - build steps: + - name: Set up Go + uses: actions/setup-go@v3 + with: + go-version: 1.19 + - name: Checkout code uses: actions/checkout@v3 @@ -54,4 +59,4 @@ jobs: export MONGO_DB_URL=http://127.0.0.1 export FIREBASE_CRED_PATH=./example.json export ANDROID_CHANNEL_NAME=example - make test \ No newline at end of file + make test