We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c525c6d commit 4bffacbCopy full SHA for 4bffacb
Jenkinsfile
@@ -273,11 +273,11 @@ spec:
273
steps {
274
container('playwright') {
275
script {
276
- def acessibilityTestResults = sh(
+ def accessibilityTestResults = sh(
277
script: 'yarn test:accessibility',
278
returnStatus: true
279
)
280
- if (acessibilityTestResults != 0) {
+ if (accessibilityTestResults != 0) {
281
slackSend(
282
channel: '#prdfam-uds-ci',
283
color: 'warning',
0 commit comments