Skip to content

build(deps): bump actionpack from 7.0.8.1 to 7.0.8.4 #69

build(deps): bump actionpack from 7.0.8.1 to 7.0.8.4

build(deps): bump actionpack from 7.0.8.1 to 7.0.8.4 #69

Workflow file for this run

name: Docker Build
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build docker
run: docker build .
- name: Test docker compose
run: docker-compose up -d
- run: sleep 15 # wait for the server to start
- name: Check server is up
run: curl -s http://localhost:3000