From ad5abb05907dca551a035ba310a0ec87cc4eeb97 Mon Sep 17 00:00:00 2001 From: Mohammed JBILOU <95973236+Molaryy@users.noreply.github.com> Date: Mon, 23 Oct 2023 00:21:32 +0200 Subject: [PATCH] test: test with ls to check github actions --- .github/workflows/bective-ci-cd.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bective-ci-cd.yaml b/.github/workflows/bective-ci-cd.yaml index 186e178..7915820 100644 --- a/.github/workflows/bective-ci-cd.yaml +++ b/.github/workflows/bective-ci-cd.yaml @@ -30,7 +30,12 @@ jobs: needs: [lint-front] runs-on: ubuntu-latest steps: - - uses: actions/setup-go@v4 + - uses: actions/checkout@v3 + - name: set up golang + uses: actions/setup-go@v4 + with: + go-version: '1.21.3' - name: build backend run: | - ls + cd backend + go build -v