Skip to content

fix: add timeout to docker rm #3635

fix: add timeout to docker rm

fix: add timeout to docker rm #3635

Workflow file for this run

# AUTOGENERATED BY: modules/GithubWorkflowPlugin.scala (`./mill _.ghGenerate`)
# DO NOT EDIT MANUALLY.
name: 'CI: myndla-api'
on:
workflow_dispatch:
inputs: { }
push:
paths:
- myndla-api/**
- common/**
- network/**
- mapping/**
- language/**
- database/**
- tapirtesting/**
- scalatestsuite/**
- modules/**
- build.mill
- Dockerfile
pull_request:
paths:
- myndla-api/**
- common/**
- network/**
- mapping/**
- language/**
- database/**
- tapirtesting/**
- scalatestsuite/**
- modules/**
- build.mill
- Dockerfile
jobs:
unit_tests:
uses: ./.github/workflows/ci.yaml
secrets: inherit
with:
subproject: myndla-api