Skip to content

feat: refactored units, added building construction/upgrade modals, r… #31

feat: refactored units, added building construction/upgrade modals, r…

feat: refactored units, added building construction/upgrade modals, r… #31

Workflow file for this run

name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Run tests
run: yarn test