Skip to content

Commit a8b5896

Browse files
committed
Fix yml
1 parent 4da782f commit a8b5896

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

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

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff 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()

0 commit comments

Comments
 (0)