Skip to content

Commit

Permalink
fix: bump capi
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoenig134 committed Dec 13, 2023
1 parent 41015b3 commit 8264344
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Start Consumer API
uses: ./
with:
consumerapi-version: v4.1.3
consumerapi-version: v4.2.0

- run: curl localhost:5000/health

Expand All @@ -30,6 +30,6 @@ jobs:
uses: ./
with:
consumerapi-port: 5001
consumerapi-version: v4.1.3
consumerapi-version: v4.2.0

- run: curl localhost:5001/health

0 comments on commit 8264344

Please sign in to comment.