From ea1697f787c052535e8c2a0b82f203caafc9f050 Mon Sep 17 00:00:00 2001 From: Jan Baraniewski Date: Sun, 12 May 2024 22:02:02 +0200 Subject: [PATCH] Temporarly disable codegen job --- .github/workflows/test.yml | 52 +++++++++++++++++++------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b6d1c78..5722234 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -92,36 +92,36 @@ jobs: env: DOCKERBUILD_ACTION: "" - codegen: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 + # codegen: + # runs-on: ubuntu-latest + # steps: + # - uses: actions/checkout@v2 - - name: Set up Go - uses: actions/setup-go@v2 - with: - go-version: 1.22 + # - name: Set up Go + # uses: actions/setup-go@v2 + # with: + # go-version: 1.22 - - name: debug paths and dirs - run: | - ls -la . - pwd - ls -la pkg/generated/ || echo "NO DIR" + # - name: debug paths and dirs + # run: | + # ls -la . + # pwd + # ls -la pkg/generated/ || echo "NO DIR" - - name: Check codegen - run: make check-generated + # - name: Check codegen + # run: make check-generated - # lint: - # runs-on: ubuntu-latest - # steps: - # - uses: actions/checkout@v4 - # - uses: actions/setup-go@v5 - # with: - # go-version: '1.22' - # - name: golangci-lint - # uses: golangci/golangci-lint-action@v6 - # with: - # version: latest + lint: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 + with: + go-version: '1.22' + - name: golangci-lint + uses: golangci/golangci-lint-action@v6 + with: + version: latest tests: runs-on: ubuntu-latest