Skip to content

Commit

Permalink
Fix headless test failure on CI (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiny-ben-tran authored Jan 15, 2025
1 parent f07ae20 commit e3175d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

mixedBeehiveFlow(
container: [ resourceRequestMemory: '3Gi', resourceLimitMemory: '3Gi' ],
testContainer: [ selenium: [ image: "selenium/standalone-chrome:127.0" ] ],
headlessContainer: [ selenium: [ image: "selenium/standalone-chrome:127.0" ] ],
testPrefix: 'Tiny-Vue',
testDirs: [ "src/test/ts/atomic", "src/test/ts/browser" ],
platforms: [
Expand Down

0 comments on commit e3175d0

Please sign in to comment.