Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
7 changes: 5 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ jobs:
- name: Build and test with Gradle
run: ./gradlew assembleRelease livekit-android-test:testRelease

- name: Run Detekt
run: ./gradlew livekit-android-sdk:detektRelease

- name: Upload AAR
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
with:
Expand Down Expand Up @@ -181,15 +184,15 @@ jobs:
if: github.event_name == 'push' && contains(steps.version_name.outputs.version_name,'SNAPSHOT')
run: ./gradlew publishReleasePublicationToMavenRepository

# Setting up diffuse artifacts
# Setting up diffuse artifacts
- name: Setup cache for base source file for diffuse
if: github.event_name == 'push'
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
with:
path: client-sdk-android/diffuse-source-file
key: diffuse-${{ github.sha }}

# Copy your build artifact under `diffuse-source-file` name which will be saved in cache
# Copy your build artifact under `diffuse-source-file` name which will be saved in cache
- name: Copy diffuse source file
run: cp ./livekit-android-sdk/build/outputs/aar/livekit-android-sdk-release.aar diffuse-source-file
if: github.event_name == 'push'
Expand Down
1 change: 1 addition & 0 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading