Skip to content

Skule-Hunt Point System and Drop Down for Mission Categories #837 #838 #839 #435

Skule-Hunt Point System and Drop Down for Mission Categories #837 #838 #839

Skule-Hunt Point System and Drop Down for Mission Categories #837 #838 #839 #435

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