Skip to content

build(deps): bump net-imap from 0.5.4 to 0.5.6 (#775) #178

build(deps): bump net-imap from 0.5.4 to 0.5.6 (#775)

build(deps): bump net-imap from 0.5.4 to 0.5.6 (#775) #178

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