Skip to content

build(deps-dev): bump rexml from 3.4.1 to 3.4.2 #299

build(deps-dev): bump rexml from 3.4.1 to 3.4.2

build(deps-dev): bump rexml from 3.4.1 to 3.4.2 #299

Workflow file for this run

name: Docker Build
on:
push:
branches: [develop, master]
pull_request:
branches: [develop, master]
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