forked from tokopedia/gripmock
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'tokopedia/master'
* tokopedia/master: change renstrom/fuzzysearch to lithammer/fuzzysearch. (tokopedia#37) Support multi proto files with the same package (tokopedia#31) update readme Multi package example (tokopedia#29) add imports args (tokopedia#28) Split examples & Integration Test (tokopedia#27)
- Loading branch information
Showing
36 changed files
with
910 additions
and
709 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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
name: Integration test | ||
on: | ||
pull_request: | ||
branches: | ||
master | ||
|
||
|
||
jobs: | ||
build: | ||
name: Run example | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@master | ||
- name: Run Simple Example | ||
uses: ./ | ||
with: | ||
entrypoint: example/simple/entrypoint.sh | ||
args: simple | ||
- name: Run Stream Example | ||
uses: ./ | ||
with: | ||
entrypoint: example/stream/entrypoint.sh | ||
args: stream | ||
- name: Run WKT Example | ||
uses: ./ | ||
with: | ||
entrypoint: example/well_known_types/entrypoint.sh | ||
- name: Run Multi Package Example | ||
uses: ./ | ||
with: | ||
entrypoint: example/multi-package/entrypoint.sh | ||
|
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
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
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
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 |
---|---|---|
|
@@ -7,4 +7,4 @@ fi | |
|
||
go build ../. | ||
|
||
docker build -t "ahmadmuzakki/gripmock:$1" . | ||
docker build -t "tkpd/gripmock:$1" . |
Oops, something went wrong.