Skip to content

Instantly share code, notes, and snippets.

@pistazie
Created August 3, 2021 19:04
Show Gist options
  • Save pistazie/b684219cf19fbb5acae6206b2aacce55 to your computer and use it in GitHub Desktop.
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
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