Skip to content

Commit 63d75a8

Browse files
committed
feat: add step to download emoji-test data in workflow
1 parent 594bed4 commit 63d75a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/emoji-data-updater.yml

+4
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424
echo "VERSION=$(echo \"$LATEST_RELEASE\" | grep -oP '(?<=emojibase-data@)\d+\.\d+\.\d+')" >> $GITHUB_ENV
2525
echo "RELEASE_URL=$RELEASE_URL" >> $GITHUB_ENV
2626
27+
- name: Download emoji-test data
28+
run: |
29+
curl -s -o emojify/src/test/resources/io/wax911/emojify/core/emoji-test.txt https://unicode.org/Public/emoji/${{ env.VERSION }}/emoji-test.txt
30+
2731
- name: Setup Python
2832
uses: actions/setup-python@v5
2933
with:

0 commit comments

Comments
 (0)