Skip to content

Commit

Permalink
Merge pull request #69 from storyprotocol/feat/add_go_test
Browse files Browse the repository at this point in the history
[feat] add go test
  • Loading branch information
AndyBoWu authored Jun 25, 2024
2 parents 8b9e075 + 803c5a2 commit a3f9051
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/reusable-ecr-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5

- name: go test
run: |
go test ./api/... -v
- name: configure aws credentials
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
with:
Expand Down

0 comments on commit a3f9051

Please sign in to comment.