File tree Expand file tree Collapse file tree 1 file changed +9
-13
lines changed
Expand file tree Collapse file tree 1 file changed +9
-13
lines changed Original file line number Diff line number Diff line change @@ -22,19 +22,15 @@ jobs:
2222 env :
2323 E2E_ENV : ${{ '{}' }}
2424 run : |
25- if [ -z “” ]; then
26- ../amplify-data/scripts/retry-npm-script.sh -s \
27- "ci:test-webpack \
28- webpack \
29- webpack \
30- chrome \
31- dev \
32- cli \
33- --env $(echo $E2E_ENV | jq -r 'tostring')" \
34- -n 3
35- else
36- echo "Skipping specialized yarn script execution in the dev environment."
37- fi
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
3834 - name : Upload artifact
3935 uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 https://github.com/actions/upload-artifact/commit/0b7f8abb1508181956e8e162db84b466c27e18ce
4036 if : failure()
You can’t perform that action at this time.
0 commit comments