Skip to content

Commit b00984e

Browse files
committed
Test npm run
1 parent a8b5896 commit b00984e

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed

.github/workflows/callable-local-e2e-webpack-test.yml

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,29 +8,30 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- name: Checkout repository
12-
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 https://github.com/actions/checkout/commit/24cb9080177205b6e8c946b17badbe402adc938f
13-
with:
14-
path: amplify-data
15-
- name: Setup node and build the repository
16-
uses: ./amplify-data/.github/actions/node-and-build
17-
- name: Load Verdaccio with AmplifyData
18-
uses: ./amplify-data/.github/actions/load-verdaccio-with-amplify-data
11+
# - name: Checkout repository
12+
# uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 https://github.com/actions/checkout/commit/24cb9080177205b6e8c946b17badbe402adc938f
13+
# with:
14+
# path: amplify-data
15+
# - name: Setup node and build the repository
16+
# uses: ./amplify-data/.github/actions/node-and-build
17+
# - name: Load Verdaccio with AmplifyData
18+
# uses: ./amplify-data/.github/actions/load-verdaccio-with-amplify-data
1919
- name: Run cypress tests for webpack e2e test dev
2020
shell: bash
2121
working-directory: ./amplify-data
2222
env:
2323
E2E_ENV: ${{ '{}' }}
24-
run: |
25-
../amplify-data/scripts/retry-npm-script.sh -s \
26-
"ci:test-webpack \
27-
webpack \
28-
webpack \
29-
chrome \
30-
dev \
31-
cli \
32-
--env $(echo $E2E_ENV | jq -r 'tostring')" \
33-
-n 3
24+
# run: |
25+
# ../amplify-data/scripts/retry-npm-script.sh -s \
26+
# "ci:test-webpack \
27+
# webpack \
28+
# webpack \
29+
# chrome \
30+
# dev \
31+
# cli \
32+
# --env $(echo $E2E_ENV | jq -r 'tostring')" \
33+
# -n 3
34+
run: npm run ci:test-webpack webpack webpack chrome dev cli --env $(echo $E2E_ENV | jq -r 'tostring')
3435
- name: Upload artifact
3536
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 https://github.com/actions/upload-artifact/commit/0b7f8abb1508181956e8e162db84b466c27e18ce
3637
if: failure()

0 commit comments

Comments
 (0)