Skip to content

Commit

Permalink
Merge pull request tinymce#517 from tinymce/feature/TINY-10569_2
Browse files Browse the repository at this point in the history
TINY-10569: Remove bedrock-nodes
  • Loading branch information
jscasca authored Apr 14, 2024
2 parents 716e921 + be44d55 commit 66d5015
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
#!groovy
@Library('waluigi@release/7') _

beehiveFlowBuild(
mixedBeehiveFlow(
container: [ resourceRequestMemory: '3Gi', resourceLimitMemory: '3Gi' ],
test: {
bedrockBrowsers()
},
testPrefix: 'Tiny-React',
platforms: [
[ browser: 'chrome', headless: true ],
[ browser: 'firefox', provider: 'aws', buckets: 1 ],
[ browser: 'safari', provider: 'lambdatest', buckets: 1 ]
],
customSteps: {
stage("update storybook") {
def status = beehiveFlowStatus()
Expand Down

0 comments on commit 66d5015

Please sign in to comment.