Skip to content

Error message for failing to create model in model-equation endpoint … #5

Error message for failing to create model in model-equation endpoint …

Error message for failing to create model in model-equation endpoint … #5

Workflow file for this run

---
# Julia Tests
name: SimulationService.jl Tests
on:
push:
branches: ['main']
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: '1.10.1'
- uses: julia-actions/cache@v1
with:
cache-compiled: "true"
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v1
with:
file: lcov.info
- uses: actions/upload-artifact@v3
with:
name: payloads
path: test/logs/