Skip to content

Commit d6e4a9a

Browse files
committed
adjust test workflow for new config options
1 parent 0d78193 commit d6e4a9a

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ jobs:
173173
run: |
174174
cp CI/ESS/docker-compose.api.yaml docker-compose.yaml
175175
cp functionalAccounts.json.test functionalAccounts.json
176+
cp datasetTypes.example.json datasetTypes.json
176177
cp proposalTypes.example.json proposalTypes.json
177178
docker compose up --build -d
178179
npm run test:api

datasetTypes.example.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
{
2-
"Raw": "raw",
3-
"Derived": "derived",
42
"Custom": "custom"
53
}

src/config/configuration.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ const configuration = () => {
4141
config: {},
4242
};
4343
const jsonConfigMap: { [key: string]: object | object[] | boolean } = {
44+
datasetTypes: {},
4445
proposalTypes: {},
4546
};
4647
const jsonConfigFileList: { [key: string]: string } = {

0 commit comments

Comments
 (0)