From fbcc9fe31c48172f309f242766d795ee3092d1cf Mon Sep 17 00:00:00 2001 From: Francisco Solis Date: Tue, 28 Mar 2023 13:20:49 -0300 Subject: [PATCH] WIP --- .github/workflows/gradle-test.yml | 4 ++- .idea/compiler.xml | 18 ++++++------ .idea/jarRepositories.xml | 10 +++++++ .idea/kotlinc.xml | 2 +- .idea/misc.xml | 15 ++++++++++ build.gradle.kts | 18 +++++++----- .../global/module/ModuleHelper.kt | 29 ++++++++++--------- .../global/module/ModuleManager.kt | 18 ++++++++++-- .../global/module/ModuleHelperTest.kt | 4 +-- 9 files changed, 81 insertions(+), 37 deletions(-) diff --git a/.github/workflows/gradle-test.yml b/.github/workflows/gradle-test.yml index aec15815..4218dbeb 100644 --- a/.github/workflows/gradle-test.yml +++ b/.github/workflows/gradle-test.yml @@ -1,6 +1,8 @@ name: "Test" # Only execute this workflow when a PR is opened or when something is pushed to the master branch -on: [pull_request] +on: + pull_request: + branches: [ master ] jobs: testBuilds: strategy: diff --git a/.idea/compiler.xml b/.idea/compiler.xml index dcfc3147..1ae781a2 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -5,14 +5,14 @@ - + - - - - - + + + + + @@ -21,16 +21,16 @@ - + - - + + diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml index bfad7a59..64473fd3 100644 --- a/.idea/jarRepositories.xml +++ b/.idea/jarRepositories.xml @@ -56,5 +56,15 @@