Skip to content

When a Player is Defeated, destroy all their Units. #7

When a Player is Defeated, destroy all their Units.

When a Player is Defeated, destroy all their Units. #7

Workflow file for this run

name: Build and test application on push to remote
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 18
- run: yarn install
- run: yarn prettier:check
- run: yarn test:coverage