-
Notifications
You must be signed in to change notification settings - Fork 732
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Try ensuring public_baseurl set correctly.
- Loading branch information
1 parent
3a9f023
commit fb19d6b
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,11 +43,12 @@ jobs: | |
restore-keys: | | ||
${{ runner.os }}-gradle- | ||
- name: Start synapse server | ||
uses: michaelkaye/[email protected].2 | ||
uses: michaelkaye/[email protected].3 | ||
with: | ||
uploadLogs: true | ||
httpPort: 8080 | ||
disableRateLimiting: true | ||
public_baseurl: "http://10.0.2.2:8080/" | ||
# package: org.matrix.android.sdk.session | ||
- name: Run integration tests for Matrix SDK [org.matrix.android.sdk.session] API[${{ matrix.api-level }}] | ||
uses: reactivecircus/android-emulator-runner@v2 | ||
|
@@ -230,11 +231,12 @@ jobs: | |
restore-keys: | | ||
${{ runner.os }}-gradle- | ||
- name: Start synapse server | ||
uses: michaelkaye/[email protected].2 | ||
uses: michaelkaye/[email protected].3 | ||
with: | ||
uploadLogs: true | ||
httpPort: 8080 | ||
disableRateLimiting: true | ||
public_baseurl: "http://10.0.2.2:8080/" | ||
- uses: actions/setup-java@v3 | ||
with: | ||
distribution: 'adopt' | ||
|