Skip to content

Commit

Permalink
Release tests (#72)
Browse files Browse the repository at this point in the history
Added configuration for running tests after vizro lib was pushed to the pypi
  • Loading branch information
l0uden authored Sep 28, 2023
1 parent ca8ec3e commit d8e5134
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
--url "$QA_PIPELINE_URL" \
--header "Circle-Token: $CIRCLECI_API_KEY" \
--header "content-type: application/json" \
--data '{"branch":"<< pipeline.git.branch >>", "parameters":{"triggering-pipeline-id":"<< pipeline.id >>", "branch":"<< pipeline.git.branch >>", "vizro_branch": "<< pipeline.git.branch >>"}}' \
--data '{"branch":"<< pipeline.git.branch >>", "parameters":{"triggering-pipeline-id":"<< pipeline.id >>", "branch":"<< pipeline.git.branch >>", "vizro_branch": "<< pipeline.git.branch >>", "tag": "<< pipeline.git.tag >>"}}' \
| jq -r '.id'
)
echo "my created pipeline"
Expand All @@ -23,7 +23,7 @@ jobs:
--url "$QA_PIPELINE_URL" \
--header "Circle-Token: $CIRCLECI_API_KEY" \
--header "content-type: application/json" \
--data '{"branch":"main", "parameters":{"triggering-pipeline-id":"<< pipeline.id >>", "branch":"main", "vizro_branch": "<< pipeline.git.branch >>"}}' \
--data '{"branch":"main", "parameters":{"triggering-pipeline-id":"<< pipeline.id >>", "branch":"main", "vizro_branch": "<< pipeline.git.branch >>", "tag": "<< pipeline.git.tag >>"}}' \
| jq -r '.id'
)
fi
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<!--
A new scriv changelog fragment.
Uncomment the section that is right (remove the HTML comment wrapper).
-->

<!--
### Removed
- A bullet item for the Removed category.
-->
<!--
### Added
- A bullet item for the Added category.
-->
<!--
### Changed
- A bullet item for the Changed category.
-->
<!--
### Deprecated
- A bullet item for the Deprecated category.
-->
<!--
### Fixed
- A bullet item for the Fixed category.
-->
<!--
### Security
- A bullet item for the Security category.
-->
2 changes: 1 addition & 1 deletion vizro-core/docs/pages/development/authors.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[Chiara Pullem](https://github.com/chiara-sophie),
[Antony Milne](https://github.com/antonymilne),
[Anna Xiong](https://github.com/AnnaXiongQB),
[Anna Xiong](https://github.com/Anna-Xiong),
[Lingyi Zhang](https://github.com/lingyielia),
[Nadija Graca](https://github.com/nadijagraca),
[Petar Pejovic](https://github.com/petar-qb)
Expand Down

0 comments on commit d8e5134

Please sign in to comment.