File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed
Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change 5252 - name : " Deploy application"
5353 run : |
5454 echo "Deploying application..."
55- - name : " NPM install"
56- working-directory : .
57- run : npm ci
58- shell : bash
59- - name : " Build OAS file"
60- working-directory : .
61- run : |
62- make publish-oas
63- shell : bash
6455 test-contract :
6556 name : " Contract test"
6657 runs-on : ubuntu-latest
@@ -117,20 +108,17 @@ jobs:
117108 - name : " Save result"
118109 run : |
119110 echo "Nothing to save"
120- test-component :
111+ test-integration :
121112 name : " Integration test"
122113 runs-on : ubuntu-latest
123114 needs : environment-set-up
124115 timeout-minutes : 10
125116 steps :
126117 - name : " Checkout code"
127118 uses : actions/checkout@v4
128- - name : " Set API Suffix"
129- run : |
130- echo "API_SUFFIX=${{ inputs.pr_number }}" >> $GITHUB_ENV
131119 - name : " Run integration test"
132120 run : |
133- make test-component
121+ make test-integration
134122 - name : " Save result"
135123 run : |
136124 echo "Nothing to save"
You can’t perform that action at this time.
0 commit comments