Skip to content

Commit

Permalink
Temporarly disable codegen job
Browse files Browse the repository at this point in the history
  • Loading branch information
janekbaraniewski committed May 12, 2024
1 parent 2774692 commit ea1697f
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ea1697f

Please sign in to comment.