Skip to content

Commit 5d8a6c3

Browse files
Remove test from pipeline
1 parent bf015b7 commit 5d8a6c3

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

.github/workflows/stage-4-acceptance.yaml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,6 @@ jobs:
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"

0 commit comments

Comments
 (0)