Skip to content

chore: add workflow trigger events for solo-game branch #19

chore: add workflow trigger events for solo-game branch

chore: add workflow trigger events for solo-game branch #19

Workflow file for this run

name: Build/Test Docker Image CI
on:
push:
branches: [ main, solo ]
pull_request:
branches: [ main, solo ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: configure for staging environment
run: ./configure dev
- name: Compile TS code for production
run: make buildprod
- name: Run tests
run: make test