Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
add comment in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
samos123 committed Oct 2, 2023
1 parent 9ad92f6 commit 441e50e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/system-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.21.x'
- run: |
- name: Install latest Skaffold
run: |
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/latest/skaffold-linux-amd64
sudo install skaffold /usr/local/bin/
- run: make test-system-kind

0 comments on commit 441e50e

Please sign in to comment.