Skip to content

Commit 06f7c93

Browse files
committed
chore: Fix Failing Tests
1 parent 1902000 commit 06f7c93

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/actions/run-tests/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ inputs:
1010
default: 'false'
1111
databroker-version:
1212
description: "Databroker Version"
13-
default: 'master'
13+
default: 'main'
1414
kotest-tag:
1515
description: >
1616
The Kotest Tag to use when executing the tests. Check Tag.kt for valid options. Different Tags might require the

.github/actions/setup-project/action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ runs:
1010
java-version: '21'
1111

1212
- name: Setup Gradle
13-
uses: gradle/gradle-build-action@v3
13+
uses: gradle/actions/setup-gradle@v3

.github/workflows/daily_integration_main-master.yaml .github/workflows/daily_integration_main.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: SDK:main <-> Databroker:master
1+
name: SDK:main <-> Databroker:main
22

33
on:
44
schedule:
@@ -20,5 +20,5 @@ jobs:
2020
uses: ./.github/actions/run-tests
2121
with:
2222
upload-test-reports: true
23-
databroker-version: master
23+
databroker-version: main
2424
kotest-tag: "Integration"

docs/CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -95,15 +95,15 @@ This means that issues exist between the latest released version of the SDK and
9595
If this build fails it should be considered as a potential bigger issue
9696
=> A hotfix or new release needs to be done
9797

98-
**SDK:latestRelease -> Databroker:master**
98+
**SDK:latestRelease -> Databroker:main**
9999
This means, that the latest released version of the SDK is not compatible with the currently developed version of the Databroker.
100100

101101
If this build fails it should be considered as a warning
102102
=> Required fixes should be part of the next SDK release
103103

104-
**SDK:main -> Databroker:master**
104+
**SDK:main -> Databroker:main**
105105

106-
[![SDK:main <-> Databroker:master](https://github.com/eclipse-kuksa/kuksa-android-sdk/actions/workflows/daily_integration_main-master.yaml/badge.svg)](https://github.com/eclipse-kuksa/kuksa-android-sdk/actions/workflows/daily_integration_main-master.yaml?query=branch%3Amain)
106+
[![SDK:main <-> Databroker:master](https://github.com/eclipse-kuksa/kuksa-android-sdk/actions/workflows/daily_integration_main.yaml/badge.svg)](https://github.com/eclipse-kuksa/kuksa-android-sdk/actions/workflows/daily_integration_main-master.yaml?query=branch%3Amain)
107107

108108
This means both the SDK and Databroker are running in a kind of "bleeding edge" state in their currently developed version.
109109

0 commit comments

Comments
 (0)