Skip to content
This repository was archived by the owner on Aug 6, 2021. It is now read-only.

Commit

Permalink
Fix fast integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pbochynski committed Feb 2, 2021
1 parent 7e567c3 commit 7036258
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/app-connector-e2e-gardener-aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ jobs:
run: |
cd tests/fast-integration
npm install
npm test
npm run-script test-commerce-mock
npm run-script test-getting-started
- name: Uninstall Kyma
if: ${{ always() }}
run: |
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/app-connector-e2e-gardener-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ jobs:
run: |
cd tests/fast-integration
npm install
npm test
npm run-script test-commerce-mock
npm run-script test-getting-started
- name: Uninstall Kyma
if: ${{ always() }}
run: |
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/app-connector-e2e-gardener-gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ jobs:
run: |
cd tests/fast-integration
npm install
npm test
npm run-script test-commerce-mock
npm run-script test-getting-started
- name: Uninstall Kyma
if: ${{ always() }}
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/app-connector-e2e-k3s-nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
# uses: mxschmitt/action-tmate@v3
- name: Install Kyma and run tests
run: |
./download-kyma-charts.sh aerfio/kyma installler-in-action
./download-kyma-charts.sh
cd tests/fast-integration
npm install
DEBUG=true npm test
3 changes: 2 additions & 1 deletion .github/workflows/app-connector-e2e-k3s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,5 @@ jobs:
run: |
cd tests/fast-integration
npm install
npm test
npm run-script test-commerce-mock
npm run-script test-getting-started

0 comments on commit 7036258

Please sign in to comment.