Skip to content

Ignore parallel sighups #6

Ignore parallel sighups

Ignore parallel sighups #6

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build . --file Dockerfile --tag byrnedo/lurch:latest
- name: Run
run: docker run --rm -d --name test -e APPS_CONFIG_PATH=/etc/lurch/test/apps.yaml -p 8090:80 byrnedo/lurch:latest
- run: sleep 5
- name: Test
run: docker exec test hurl --test --glob '/etc/lurch/test/**/*.hurl'