Skip to content

[TM-1514] WEB DESIGN: Update project developer pages with enhanced species data #1438

[TM-1514] WEB DESIGN: Update project developer pages with enhanced species data

[TM-1514] WEB DESIGN: Update project developer pages with enhanced species data #1438

Workflow file for this run

name: pull-request
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- name: Install modules
run: yarn
- name: Test
run: yarn run jest --ci
- name: Build
run: NEXT_PUBLIC_TARGET_ENV=staging yarn build