Skip to content
Snippets Groups Projects
Commit 718d95f3 authored by Torsten Grote's avatar Torsten Grote
Browse files

Merge branch 'use-mailbox-main' into 'master'

Use mailbox main branch for integration tests

See merge request briar/briar!1721
parents d441618e fa425bdc
No related branches found
No related tags found
No related merge requests found
...@@ -113,5 +113,5 @@ mailbox integration test: ...@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment