File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -68,19 +68,19 @@ jobs:
68
68
# Workaround taken from https://github.com/actions/runner/issues/241#issuecomment-577360161
69
69
run : script -e -c "npm test -- -b"
70
70
env :
71
- SLS_AWS_SDK_V3 : " 0 "
71
+ SLS_AWS_SDK_V3 : ' 0 '
72
72
- name : Unit tests (AWS SDK v3)
73
73
run : script -e -c "npm test -- -b"
74
74
env :
75
- SLS_AWS_SDK_V3 : " 1 "
75
+ SLS_AWS_SDK_V3 : ' 1 '
76
76
- name : Packaging tests (AWS SDK v2)
77
77
run : npm run integration-test-run-package
78
78
env :
79
- SLS_AWS_SDK_V3 : " 0 "
79
+ SLS_AWS_SDK_V3 : ' 0 '
80
80
- name : Packaging tests (AWS SDK v3)
81
81
run : npm run integration-test-run-package
82
82
env :
83
- SLS_AWS_SDK_V3 : " 1 "
83
+ SLS_AWS_SDK_V3 : ' 1 '
84
84
85
85
windowsNode16 :
86
86
name : ' [Windows] Node 16: Unit tests'
You can’t perform that action at this time.
0 commit comments