This repository has been archived by the owner on Nov 15, 2024. It is now read-only.
fix(core): added micromatch and braces resolutions to common package json #179
Workflow file for this run
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
on: | |
pull_request: | |
branches: | |
- master | |
jobs: | |
unit-tests: | |
runs-on: ubuntu-latest | |
name: 🧪 Run unit tests | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions/setup-node@v3 | |
# TODO: Uncomment after moving to Yarn 2, Yarn 1 does not cache deps | |
# correctly, resulting in failing GH Action due to dep management | |
# - run: yarn install | |
# - run: yarn test:ci |