Skip to content

WIP fixes Dockerfile path in action #7

WIP fixes Dockerfile path in action

WIP fixes Dockerfile path in action #7

Workflow file for this run

name: 'bootstrap-test'
on:
pull_request:
branches: ['main']
push:
branches: ['docker-test']
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Build docker images
run: docker build -t bootstrap-script-test < Dockerfile
- name: Run tests
run: docker run bootstrap-script-test