Skip to content

Commit dc02d82

Browse files
Update validate.yml
1 parent 99d8fc1 commit dc02d82

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/validate.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,19 +68,19 @@ jobs:
6868
# Workaround taken from https://github.com/actions/runner/issues/241#issuecomment-577360161
6969
run: script -e -c "npm test -- -b"
7070
env:
71-
SLS_AWS_SDK_V3: "0"
71+
SLS_AWS_SDK_V3: '0'
7272
- name: Unit tests (AWS SDK v3)
7373
run: script -e -c "npm test -- -b"
7474
env:
75-
SLS_AWS_SDK_V3: "1"
75+
SLS_AWS_SDK_V3: '1'
7676
- name: Packaging tests (AWS SDK v2)
7777
run: npm run integration-test-run-package
7878
env:
79-
SLS_AWS_SDK_V3: "0"
79+
SLS_AWS_SDK_V3: '0'
8080
- name: Packaging tests (AWS SDK v3)
8181
run: npm run integration-test-run-package
8282
env:
83-
SLS_AWS_SDK_V3: "1"
83+
SLS_AWS_SDK_V3: '1'
8484

8585
windowsNode16:
8686
name: '[Windows] Node 16: Unit tests'

0 commit comments

Comments
 (0)