Skip to content

feat: Get Projects Available, Founding Property #76

feat: Get Projects Available, Founding Property

feat: Get Projects Available, Founding Property #76

Workflow file for this run

name: Develop test workflow
on:
pull_request:
branches:
- 'develop'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.x
cache: 'yarn'
- name: Install dependencies
run: yarn install --frozen-lockfile
- run: yarn run test