Skip to content

Commit a29a027

Browse files
build: fix jenkins typo
1 parent 5edf3c4 commit a29a027

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Jenkinsfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ spec:
272272
}
273273
steps {
274274
container('playwright') {
275+
script {
275276
def acessibilityTestResults = sh(
276277
script: 'yarn test:accessibility',
277278
returnStatus: true
@@ -289,6 +290,7 @@ spec:
289290
message: "@uds-developers Accessibility Testing, Please Ignore: ${env.RUN_DISPLAY_URL}"
290291
)
291292
}
293+
}
292294
}
293295
}
294296
}

0 commit comments

Comments
 (0)