Skip to content

Commit

Permalink
Add testing configs to CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAxthelm committed Jan 3, 2025
1 parent 0cd0ff8 commit 3c443af
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
- default_2023Q4
- full_params_2022Q4
- full_params_2023Q4
- only-cb_2023Q4
- only-eq_2023Q4
with:
full-image-name: ${{ needs.docker.outputs.full-image-name }}
config-name: ${{ matrix.config-name }}
Expand Down
15 changes: 15 additions & 0 deletions tests/config/only-cb_2023Q4.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"holdingsDate": "2023Q4",
"pactaDataURL": "https://pactadatadev.blob.core.windows.net/pacta-data-webapp/2023Q4/2023Q4_20240424T120055Z",
"benchmarksURL": "https://pactadatadev.blob.core.windows.net/benchmarks-webapp/2023Q4/2023Q4_20240529T002355Z",
"parameters": {
"portfolio": {
"holdingsDate": "2023-12-31",
"files": [
"bonds_portfolio.csv"
],
"name": "Default Portfolio"
},
"inherit": "GENERAL_2023Q4"
}
}
15 changes: 15 additions & 0 deletions tests/config/only-eq_2023Q4.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"holdingsDate": "2023Q4",
"pactaDataURL": "https://pactadatadev.blob.core.windows.net/pacta-data-webapp/2023Q4/2023Q4_20240424T120055Z",
"benchmarksURL": "https://pactadatadev.blob.core.windows.net/benchmarks-webapp/2023Q4/2023Q4_20240529T002355Z",
"parameters": {
"portfolio": {
"holdingsDate": "2023-12-31",
"files": [
"equity_portfolio.csv"
],
"name": "Default Portfolio"
},
"inherit": "GENERAL_2023Q4"
}
}

0 comments on commit 3c443af

Please sign in to comment.