Skip to content

Add voltage and current units #26

Add voltage and current units

Add voltage and current units #26

Workflow file for this run

# SPDX-FileCopyrightText: 2021-2022 Alliander N.V.
#
# SPDX-License-Identifier: MPL-2.0
name: Run Tests
on: [push, pull_request]
jobs:
gradle:
strategy:
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Set up Java
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 17
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
- name: Execute Gradle build
run: ./gradlew :measure:test