Skip to content

Add '-it' flags to docker command for local build #121

Add '-it' flags to docker command for local build

Add '-it' flags to docker command for local build #121

Workflow file for this run

name: Build and Test
on:
pull_request:
branches:
- '*'
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Download source
uses: actions/checkout@v4
- name: Install Crystal
uses: crystal-lang/install-crystal@v1
- name: Install shards
run: shards install
- name: Build exe/skedjewel.cr
run: crystal build exe/skedjewel.cr
- name: Run tests
run: crystal spec