feat: add range colors 950 to predefined colors #62
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
name: Unit Testting | |
on: | |
pull_request: | |
branches: [ development ] | |
push: | |
branches: [ patch-**, development ] | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
container: reactnativecommunity/react-native-android | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Install Modules | |
run: yarn install | |
- name: Build | |
run: yarn build | |
- name: Start Testing | |
run: yarn test |