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

test: Migrate CI to GitHub #688

Merged
merged 37 commits into from
Sep 25, 2023
Merged
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
efaea9b
test: Migrate CI to GitHub
evansims Sep 21, 2023
c5aeef5
Update action.yml
evansims Sep 21, 2023
67cd7f0
Update test.yml
evansims Sep 21, 2023
caae760
Update publish.yml
evansims Sep 21, 2023
41d8d35
Update test.yml
evansims Sep 21, 2023
52f9ff1
Use larger runner
evansims Sep 21, 2023
d4d2cb2
Update test.yml
evansims Sep 21, 2023
7f956ab
Update test.yml
evansims Sep 21, 2023
a29c755
Update action.yml
evansims Sep 21, 2023
91bad20
Update action.yml
evansims Sep 21, 2023
bf2f265
Update publish.yml
evansims Sep 21, 2023
4cda1c3
Update action.yml
evansims Sep 21, 2023
816a8b4
Update action.yml
evansims Sep 21, 2023
a171ff5
Update action.yml
evansims Sep 21, 2023
1fb6b99
Update test.yml
evansims Sep 21, 2023
e15082d
Update action.yml
evansims Sep 21, 2023
20033c9
Update action.yml
evansims Sep 21, 2023
763b638
Update test.yml
evansims Sep 21, 2023
04c2c55
Update action.yml
evansims Sep 21, 2023
18797b7
Update test.yml
evansims Sep 21, 2023
ecea1e5
Update test.yml
evansims Sep 21, 2023
ed92724
Update action.yml
evansims Sep 21, 2023
c3e30e3
Update action.yml
evansims Sep 21, 2023
5810a59
Update action.yml
evansims Sep 21, 2023
870bada
Update action.yml
evansims Sep 21, 2023
a753a3f
Update action.yml
evansims Sep 21, 2023
7c7c0a2
Update publish.yml
evansims Sep 21, 2023
8ab8c84
Update test.yml
evansims Sep 21, 2023
8060fc1
Update publish.yml
evansims Sep 21, 2023
c2dac58
Update action.yml
evansims Sep 21, 2023
cc22b63
Delete matrix.json
evansims Sep 21, 2023
008a821
Update action.yml
evansims Sep 21, 2023
2f00e34
Update action.yml
evansims Sep 21, 2023
f58d945
Update action.yml
evansims Sep 21, 2023
efcd00d
Run failing test in isolation
poovamraj Sep 21, 2023
cb19aa9
Revert "Run failing test in isolation"
poovamraj Sep 22, 2023
ee73f00
Merge branch 'main' into test/github-ci-migration
poovamraj Sep 22, 2023
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
Prev Previous commit
Next Next commit
Update action.yml
  • Loading branch information
evansims committed Sep 21, 2023
commit 20033c92a5cfbe37e36b3168b29460bc3a4f324f
4 changes: 4 additions & 0 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ runs:
- name: Setup Android SDK
uses: android-actions/setup-android@7c5672355aaa8fde5f97a91aa9a99616d1ace6bc # [email protected]

- uses: gradle/gradle-build-action@ef76a971e2fa3f867b617efd72f2fbd72cf6f8bc # [email protected]
with:
gradle-version: 4.2

- name: Install Kotlin
uses: fwilhe2/setup-kotlin@main
with:
Expand Down