Skip to content

Commit

Permalink
resolve merge conflicts and update description
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-trajanovski committed Dec 11, 2024
2 parents ceae3bb + a16e8e4 commit 41633c9
Show file tree
Hide file tree
Showing 13 changed files with 1,014 additions and 397 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,5 @@ ES_PASSWORD="duo-password"
ES_REFRESH=<"wait_for"|"false">

LOGGERS_CONFIG_FILE="loggers.json"
DATASET_TYPES_FILE="datasetTypes.json"
PROPOSAL_TYPES_FILE="proposalTypes.json"
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ jobs:
run: |
cp CI/ESS/docker-compose.api.yaml docker-compose.yaml
cp functionalAccounts.json.test functionalAccounts.json
cp datasetTypes.example.json datasetTypes.json
cp proposalTypes.example.json proposalTypes.json
docker compose up --build -d
npm run test:api
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
/dist
/node_modules
functionalAccounts.json
datasetTypes.json
proposalTypes.json
loggers.json

Expand Down
3 changes: 3 additions & 0 deletions datasetTypes.example.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"Custom": "custom"
}
Loading

0 comments on commit 41633c9

Please sign in to comment.