Skip to content
Open
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
4 changes: 2 additions & 2 deletions .github/workflows/integration-hackernews.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Hackernews Gradle Plugin Integration
name: Hackernews Emerge SDK Integration

on:
push:
Expand Down Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Set up Gradle
uses: gradle/actions/setup-gradle@v4
- name: Build hackernews with Emerge Android as included build
run: cd hackernews/android && ./gradlew :app:emergeUploadSnapshotBundleDebug --include-build ../../emerge-android/gradle-plugin
run: cd hackernews/android && ./gradlew :app:emergeUploadSnapshotBundleDebug --include-build ../../emerge-android/gradle-plugin --include-build ../../emerge-android --no-configuration-cache
env:
EMERGE_API_TOKEN: ${{ secrets.EMERGE_API_KEY }}
INTEGRATION_TEST_REPO_NAME: emerge-android
Expand Down
Loading