-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use minimal instead of minimal-pulsar
Signed-off-by: JamesMurkin <[email protected]>
- Loading branch information
1 parent
5a02a7c
commit da9bcdb
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -81,7 +81,7 @@ jobs: | |
# Manually create folders to ensure perms are correct. | ||
mkdir -p .kube/internal | ||
mkdir -p .kube/external | ||
go run github.com/magefile/[email protected] -v localdev minimal-pulsar | ||
go run github.com/magefile/[email protected] -v localdev minimal | ||
- name: Install Protoc | ||
uses: arduino/setup-protoc@v2 | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -116,7 +116,7 @@ jobs: | |
cache-tools: true | ||
|
||
- name: Setup Integration Tests | ||
run: go run github.com/magefile/[email protected] -v localdev minimal-pulsar | ||
run: go run github.com/magefile/[email protected] -v localdev minimal | ||
|
||
- name: Run Integration Tests | ||
run: go run github.com/magefile/[email protected] -v testsuite | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters