Skip to content

Commit

Permalink
Fix job title
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudgiuliani committed Jan 23, 2024
1 parent 90d713d commit fc464b3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ jobs:
- name: Setup Gradle
uses: gradle/gradle-build-action@v2

- name: Run Core
- name: Test
run: cd projects && ./gradlew :core:koin-core:macosX64Test --no-daemon --stacktrace

6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release Core
name: Release

on:
push:
Expand Down Expand Up @@ -33,10 +33,10 @@ jobs:
- name: Setup Gradle
uses: gradle/gradle-build-action@v2

- name: Install Core
- name: Install
run: cd projects && ./install.sh

- name: Release Core
- name: Release
run: cd projects && ./release.sh


7 changes: 2 additions & 5 deletions .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,8 @@ jobs:
- name: Setup Gradle
uses: gradle/gradle-build-action@v2

- name: Install Core
run: cd core && ./install.sh

- name: Install Android
run: cd android && ./install.sh
- name: Install
run: cd projects && ./install.sh

- name: Test Examples
run: cd examples/jvm-perfs && ./benchmark.sh
Expand Down

0 comments on commit fc464b3

Please sign in to comment.