Skip to content

Commit

Permalink
test: Fix Failing Daily Integration Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wba2hi committed Dec 18, 2024
1 parent ca4cb83 commit 2db03d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: SDK:main <-> Databroker:master
name: SDK:main <-> Databroker:main

on:
schedule:
Expand All @@ -20,5 +20,5 @@ jobs:
uses: ./.github/actions/run-tests
with:
upload-test-reports: true
databroker-version: master
databroker-version: main
kotest-tag: "Integration"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![License](https://img.shields.io/badge/License-Apache%202.0-green.svg)](https://opensource.org/licenses/Apache-2.0)
[![Gitter](https://img.shields.io/gitter/room/kuksa-val/community)](https://gitter.im/kuksa-val/community)

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

This is a Java SDK for the [KUKSA Vehicle Abstraction Layer](https://github.com/eclipse-kuksa/kuksa-databroker).

Expand Down

0 comments on commit 2db03d0

Please sign in to comment.