Skip to content
This repository was archived by the owner on Nov 24, 2021. It is now read-only.

Commit 33baa19

Browse files
committed
api: Add model-slug for idm-covasim.
1 parent cc5c480 commit 33baa19

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

packages/model-runner/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@covid-modeling/model-runner",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"main": "dist/index.js",
55
"scripts": {
66
"test": "PATH=$PATH:../../node_modules/.bin && mocha --debug-brk --ui tdd -r ts-node/register test/unit/*-test.ts",
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"@azure/identity": "^1.1.0-preview1",
2121
"@azure/storage-blob": "^12.1.1",
22-
"@covid-modeling/api": "0.9.*",
22+
"@covid-modeling/api": "0.9.1",
2323
"archiver": "^4.0.1",
2424
"d3": "^5.15.0",
2525
"dockerode": "^3.2.0",

packages/model-runner/test/test-job-matrix.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
{
1414
"slug": "mc19",
1515
"imageURL": "docker.pkg.github.com/covid-modeling/model-runner/modelingcovid-covidmodel-connector:master"
16+
},
17+
{
18+
"slug": "idm-covasim",
19+
"imageURL": "docker.pkg.github.com/covid-modeling/covasim-connector/covasim-connector:master"
1620
}
1721
],
1822
"configuration": {

0 commit comments

Comments
 (0)