Skip to content

Commit

Permalink
Add productcatalog tests to CI (GoogleCloudPlatform#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
askmeegs authored Mar 22, 2021
1 parent cbd3c96 commit ed3bb1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Go Unit Tests
timeout-minutes: 10
run: |
for SERVICE in "shippingservice"; do
for SERVICE in "shippingservice" "productcatalogservice"; do
echo "testing $SERVICE..."
pushd src/$SERVICE
go test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Go Unit Tests
timeout-minutes: 10
run: |
for SERVICE in "shippingservice"; do
for SERVICE in "shippingservice" "productcatalogservice"; do
echo "testing $SERVICE..."
pushd src/$SERVICE
go test
Expand Down

0 comments on commit ed3bb1b

Please sign in to comment.