Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix V3 CI #169

Closed
wants to merge 35 commits into from
Closed
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
7c19821
remove the conflicting port for CI
nplasterer Feb 5, 2024
80b1a09
bump to the latest xmtp
nplasterer Feb 5, 2024
68bbdce
drop the version
nplasterer Feb 5, 2024
734b8c9
change the port
nplasterer Feb 5, 2024
2787111
try on a new version
nplasterer Feb 5, 2024
d1bfa58
try another emulator again
nplasterer Feb 5, 2024
97b0f9c
try another runner
nplasterer Feb 5, 2024
635be60
try on ubuntu latest
nplasterer Feb 5, 2024
f12ccc6
Merge branch 'main' of https://github.com/xmtp/xmtp-android into np/f…
nplasterer Mar 28, 2024
d22cc9e
remove unneeded code changes
nplasterer Mar 28, 2024
3e79179
small tweak
nplasterer Mar 28, 2024
4f939c1
try more advanced
nplasterer Mar 28, 2024
5076b2a
more quick try
nplasterer Mar 28, 2024
98a20a1
more quick try
nplasterer Mar 28, 2024
101cb7e
config java
nplasterer Mar 28, 2024
25fd942
another direction
nplasterer Mar 28, 2024
904f522
make a failing test and see it fail in ci
nplasterer Mar 28, 2024
b44a035
try again
nplasterer Mar 28, 2024
44cd599
was it a naming issue
nplasterer Mar 28, 2024
bf299bb
try renaming library
nplasterer Mar 29, 2024
6fc4d8e
Revert "try renaming library"
nplasterer Mar 29, 2024
9823706
bring back the correct names
nplasterer Mar 29, 2024
e19933d
try back on macos
nplasterer Mar 29, 2024
fca8c16
try a different version that might work
nplasterer Mar 29, 2024
56bae81
nexus 6
nplasterer Mar 29, 2024
110fddc
another attempt
nplasterer Mar 29, 2024
77c5bfe
another variation
nplasterer Mar 29, 2024
ca29fcf
back to the base
nplasterer Mar 29, 2024
c01f396
try another way
nplasterer Mar 29, 2024
81372fc
also add connected check
nplasterer Mar 29, 2024
f71a0b2
dont kill serve
nplasterer Mar 29, 2024
ceb6215
was it the chaining
nplasterer Mar 29, 2024
267e867
try 100
nplasterer Mar 29, 2024
a98c8e9
more tries
nplasterer Mar 29, 2024
bd8caba
nothing works
nplasterer Mar 29, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Start Docker containers
run: dev/up
- name: Gradle Run Unit Tests
run: ./gradlew library:testDebug
run: ./gradlew test
library-integration:
name: Library (Integration Tests)
runs-on: ubuntu-latest
Expand Down Expand Up @@ -53,4 +53,3 @@ jobs:
with:
api-level: 29
script: ./gradlew connectedCheck

Loading