From 453bccacd707fb4363df262b3d6da1331c526668 Mon Sep 17 00:00:00 2001 From: Leonardo Cecchi Date: Tue, 16 Jan 2024 13:17:25 +0000 Subject: [PATCH] chore: disable unit tests workflow Signed-off-by: Leonardo Cecchi --- .github/workflows/continuous-delivery.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index 93c5edc..52015c1 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -16,14 +16,4 @@ jobs: with: go-version: '>=1.21.0' - run: make build - name: "Linters" - - unit-tests: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: actions/setup-go@v3 - with: - go-version: '>=1.19.0' - - run: make test - name: "Unit tests" + name: "Linters" \ No newline at end of file