Skip to content

Integration Test

Mr. Bubbles edited this page Feb 15, 2024 · 3 revisions

Integration Test with live Bring! API

The workflow ./github/workflows/test.yaml works as an integration test and communicates directly with the Bring! API. Therefore, when contributing from a fork, make sure to set yourself following secrets/variables in your github fork repo.

# variables
[email protected]
LIST=name_of_a_test_bring_list

#secrets
PASSWORD=*******

For the workflow to run in a PR from a forked repo, this procedure must take place beforehand. Once approved by a user with write access, the workflows will run and also be able to use the secrets.


Source and inspiration for the workflow

Clone this wiki locally