Skip to content

Commit

Permalink
fix: build cli and add execution permissions to it
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamir David authored and Tamir David committed Oct 13, 2024
1 parent b8ba0e2 commit 32feb3d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cross-cloud-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,12 @@ jobs:
- name: Install Chainsaw
uses: kyverno/[email protected]

- name: Build CLI
run: |
cd cli
go build -tags=embed_manifests -o odigos
chmod +x odigos
- name: Run E2E Tests
run: |
echo "MODE=cross-cloud-tests" >> $GITHUB_ENV
Expand Down

0 comments on commit 32feb3d

Please sign in to comment.