Skip to content

Model directory is created if not existing and a runtime exception is… #11

Model directory is created if not existing and a runtime exception is…

Model directory is created if not existing and a runtime exception is… #11

Workflow file for this run

name: CI
on:
push:
branches:
- main
- r[1-9]
pull_request:
branches:
- main
- r[1-9]
jobs:
build-and-push-optimiser-solver:
name: Build and push optimiser-solver
uses: eu-nebulous/github-actions/.github/workflows/build-and-push-container-image.yml@main
with:
context: .
image-name: optimiser-solver
secrets: inherit