Merge pull request #2448 from zeitgeistpm/disable-market-creation #3146
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 |