Created
August 3, 2021 19:04
-
-
Save pistazie/b684219cf19fbb5acae6206b2aacce55 to your computer and use it in GitHub Desktop.
Adds emoji support to AWS CodeBuild - made our Cypress.js (run in Electron browser) test logs contain missing Emojis
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: 0.2 | |
phases: | |
pre_build: | |
commands: | |
- yum install google-noto-emoji-color-fonts -y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment