Feat 1074/refont of reward section add new image #2396
Workflow file for this run
This file contains hidden or 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 Tests and Coverage | |
| on: | |
| push: | |
| branches: | |
| - main | |
| - testnet | |
| pull_request: | |
| branches: [master, testnet] | |
| jobs: | |
| Jest: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v1 | |
| - name: Run Tests | |
| run: | | |
| npm install --legacy-peer-deps | |
| npm test |