Skip to content

Add support for additional thing state like online and vendor #557

Add support for additional thing state like online and vendor

Add support for additional thing state like online and vendor #557

Workflow file for this run

name: Integration testing
on:
push:
branches:
- "**"
jobs:
build:
timeout-minutes: 15
runs-on: ubuntu-22.04
permissions:
contents: read
steps:
- name: "Checkout sources"
uses: actions/checkout@v4
- name: "Configure Java"
uses: "actions/setup-java@v4"
with:
distribution: "temurin"
java-version: 21
- name: "Gradle - Tests"
uses: "gradle/actions/setup-gradle@v3"
with:
dependency-graph: "generate-and-submit"
arguments: "test --configuration-cache --build-cache --no-watch-fs --stacktrace --scan"