Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,6 @@ jobs:
with:
go-version: ${{ env.golang-version }}

# TODO(paulfantom): Figure out better way to test it and ignore entries which are randomly generated and thus not reproducible in CI
#- name: Test static generation
# working-directory: ../
# run: |
# ./generate-deploy-script.sh
# git diff --exit-code

- name: Unit-Tests
working-directory: cli
run: |
Expand Down
Loading