Skip to content

Started to update and write dockers files to make this run #117

Started to update and write dockers files to make this run

Started to update and write dockers files to make this run #117

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Build
run: bundle exec middleman build