Skip to content

Commit

Permalink
add GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Proud committed Feb 9, 2024
1 parent 3ef0aa7 commit dc6ce14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-kpack-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
export GITHUB_API_TOKEN="${{ secrets.GITHUB_TOKEN }}"
fi
./tests/run-tests.sh kpack-cli
./tests/run-tests.sh kp
test-0-6-3:
strategy:
Expand Down Expand Up @@ -57,4 +57,4 @@ jobs:
export GITHUB_API_TOKEN="${{ secrets.GITHUB_TOKEN }}"
fi
./tests/run-tests.sh kpack-cli
./tests/run-tests.sh kp

0 comments on commit dc6ce14

Please sign in to comment.