Skip to content

Commit

Permalink
Try ensuring public_baseurl set correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkaye committed May 5, 2022
1 parent 3a9f023 commit fb19d6b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit fb19d6b

Please sign in to comment.