Skip to content

issue-766-social-links: 3/4 up to date, need new WhatsApp link #187

issue-766-social-links: 3/4 up to date, need new WhatsApp link

issue-766-social-links: 3/4 up to date, need new WhatsApp link #187

Workflow file for this run

name: Frontend Tests
on:
push:
paths:
- client/**
pull_request:
paths:
- client/**
jobs:
build_frontend:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/[email protected]
- name: Build client
run: cd client && yarn install && yarn build