Jest tests fails when using the babel-preset, even with moduleNameMapper correctly setup #148
This file contains 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
name: labeler | |
on: | |
issues: | |
types: [opened, edited, reopened] | |
jobs: | |
labeler: | |
runs-on: ubuntu-latest | |
name: Label issues | |
steps: | |
- name: check-out-repository | |
uses: actions/checkout@v2 | |
- name: labeler | |
uses: jayu/super-labeler-action@develop | |
env: | |
ACTIONS_STEP_DEBUG: ${{ secrets.ACTIONS_STEP_DEBUG }} | |
with: | |
github-token: ${{ secrets.GITHUB_TOKEN }} |