Skip to content

build(deps): bump actionmailer from 7.0.8.4 to 7.0.8.5 #94

build(deps): bump actionmailer from 7.0.8.4 to 7.0.8.5

build(deps): bump actionmailer from 7.0.8.4 to 7.0.8.5 #94

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