mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-16 04:39:54 +01:00
Use mailbox main branch for integration tests
This commit is contained in:
@@ -113,5 +113,5 @@ mailbox integration test:
|
|||||||
when: manual
|
when: manual
|
||||||
allow_failure: true # TODO figure out how not to allow failure while leaving this optional
|
allow_failure: true # TODO figure out how not to allow failure while leaving this optional
|
||||||
script:
|
script:
|
||||||
- (cd briar-mailbox; git fetch; git reset --hard origin/mailbox-lib)
|
- (cd briar-mailbox; git fetch; git reset --hard origin/main)
|
||||||
- MAILBOX_INTEGRATION_TESTS=true ./gradlew --info mailbox-integration-tests:test
|
- MAILBOX_INTEGRATION_TESTS=true ./gradlew --info mailbox-integration-tests:test
|
||||||
|
|||||||
Reference in New Issue
Block a user