Skip to content

Update all dependencies (major) #155

Update all dependencies (major)

Update all dependencies (major) #155

Workflow file for this run

name: PR checks
on: pull_request
jobs:
run-image:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build image
run: DOCKER_BUILDKIT=1 docker build --tag webbot .
- name: Run image
run: |
docker run -t -d --entrypoint bin/hubot --network host --env-file .env webbot
sleep 1
curl --head --fail --retry-delay 1 --retry 30 --retry-connrefused http://localhost:8080/_status/check