Skip to content

Commit 4bffacb

Browse files
ci: fix jenkinsfile spelling mistakes
1 parent c525c6d commit 4bffacb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,11 +273,11 @@ spec:
273273
steps {
274274
container('playwright') {
275275
script {
276-
def acessibilityTestResults = sh(
276+
def accessibilityTestResults = sh(
277277
script: 'yarn test:accessibility',
278278
returnStatus: true
279279
)
280-
if (acessibilityTestResults != 0) {
280+
if (accessibilityTestResults != 0) {
281281
slackSend(
282282
channel: '#prdfam-uds-ci',
283283
color: 'warning',

0 commit comments

Comments
 (0)