File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 14
14
- name : Start Consumer API
15
15
uses : ./
16
16
with :
17
- consumerapi-version : v4.1.3
17
+ consumerapi-version : v4.2.0
18
18
19
19
- run : curl localhost:5000/health
20
20
30
30
uses : ./
31
31
with :
32
32
consumerapi-port : 5001
33
- consumerapi-version : v4.1.3
33
+ consumerapi-version : v4.2.0
34
34
35
35
- run : curl localhost:5001/health
Original file line number Diff line number Diff line change 5
5
This GitHub Action starts a Backbone Consumer API instance including its dependencies.
6
6
7
7
The inputs are:
8
+
8
9
- ` consumerapi-version ` (e.g. ` v4.0.0 ` ) must be specified. See [ GitHub] ( https://github.com/nmshd/backbone/releases ) for a list of available versions
9
10
- ` consumerapi-port ` (default ` 5000 ` )
10
11
@@ -22,11 +23,11 @@ jobs:
22
23
steps :
23
24
- name : Checkout
24
25
uses : actions/checkout@v4
25
-
26
+
26
27
- name : Start Consumer API
27
28
uses : nmshd/start-backbone:v1.0.0
28
29
with :
29
- consumerapi-version : v4.1.3
30
+ consumerapi-version : v4.2.0
30
31
` ` `
31
32
32
33
## License
You can’t perform that action at this time.
0 commit comments