element-x-ada/.github/workflows
Benoit Marty 0d45096b59 Split task in 2, due to the fact that when we run kover on the CI, run only debug test variants.
Error was:
 Some problems were found with the configuration of task ':koverMergedHtmlReport' (type 'KoverHtmlTask').
  - Gradle detected a problem with the following location: '/home/runner/work/element-x-android/element-x-android/features/analytics/api/build/tmp/kotlin-classes/release'.

    Reason: Task ':koverMergedHtmlReport' uses this output of task ':features:analytics:api:compileReleaseKotlin' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed.

    Possible solutions:
      1. Declare task ':features:analytics:api:compileReleaseKotlin' as an input of ':koverMergedHtmlReport'.
      2. Declare an explicit dependency on ':features:analytics:api:compileReleaseKotlin' from ':koverMergedHtmlReport' using Task#dependsOn.
      3. Declare an explicit dependency on ':features:analytics:api:compileReleaseKotlin' from ':koverMergedHtmlReport' using Task#mustRunAfter.
...
2023-07-12 15:11:40 +02:00
..
scripts Improve screenshot action error handling 2023-06-30 10:14:32 +01:00
build.yml Update gradle/gradle-build-action action to v2.6.0 2023-07-10 20:05:51 +00:00
danger.yml Rename job - try to fix conflict. 2023-06-01 15:34:45 +02:00
gradle-wrapper-update.yml Add GitHub actions to update and validate the Gradle Wrapper. 2023-01-18 09:37:07 +01:00
gradle-wrapper-validation.yml Add GitHub actions to update and validate the Gradle Wrapper. 2023-01-18 09:37:07 +01:00
maestro.yml Add Maestro tests for create & join rooms (#472) 2023-07-04 13:33:59 +02:00
nightly.yml No need to duplicate the workflow, the workflow can have several on sections. 2023-05-11 16:36:46 +02:00
nightlyReports.yml Split task in 2, due to the fact that when we run kover on the CI, run only debug test variants. 2023-07-12 15:11:40 +02:00
quality.yml Update gradle/gradle-build-action action to v2.6.0 2023-07-10 20:05:51 +00:00
recordScreenshots.yml Update gradle/gradle-build-action action to v2.6.0 2023-07-10 20:05:51 +00:00
sync-localazy.yml Change the token used by the localazy sync so workflows are triggered in the resulting PR 2023-06-19 18:00:32 +02:00
tests.yml Split task in 2, due to the fact that when we run kover on the CI, run only debug test variants. 2023-07-12 15:11:40 +02:00
triage-incoming.yml Reformat workflow 2023-06-30 13:25:36 +01:00
triage-labelled.yml Quote out broken issue automation for now 2023-07-03 12:12:20 +01:00
validate-lfs.yml Use github action that caches LFS files when checking out the repo (#647) 2023-06-21 09:12:47 +00:00