Skip to content

Commit

Permalink
Dont skip code generation in workflow - just for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
guy-har committed Mar 20, 2024
1 parent 7d9b136 commit 4ead615
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/esti.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ jobs:
cache-dependency-path: webui/package-lock.json

- name: Generate code
if: steps.restore-cache.outputs.cache-hit != 'true'
run: |
make -j3 gen-api gen-ui VERSION=${{ steps.version.outputs.tag }}
tar -cf /tmp/generated.tar.gz ./webui/dist ./pkg/auth/client.gen.go ./pkg/permissions/actions.gen.go ./pkg/api/apigen/lakefs.gen.go
Expand Down

0 comments on commit 4ead615

Please sign in to comment.