Merge pull request #2454 from zeitgeistpm/enable-market-creation #3151
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 Tests | |
on: | |
push: | |
branches: [staging] | |
pull_request: | |
branches: [staging] | |
jobs: | |
test: | |
name: Jest | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Install dependencies | |
run: yarn | |
- name: Run tests | |
run: yarn test |