Skip to content

fix: IDEV-3942 fix phase enum mapping missing in ocpp 1.6 soap #192

fix: IDEV-3942 fix phase enum mapping missing in ocpp 1.6 soap

fix: IDEV-3942 fix phase enum mapping missing in ocpp 1.6 soap #192

Workflow file for this run

name: OCPP CI
on:
push:
branches: [ "dev" ]
pull_request:
branches: [ "**" ]
permissions:
contents: read
jobs:
build:
concurrency: ocpp-ci
runs-on: ubuntu-latest
steps:
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
- name: Checkout IZIVIA OCPP toolkit library code from GH
uses: actions/checkout@v3
- name: Build OCPP toolkit with Gradle
uses: gradle/[email protected]
with:
gradle-version: 7.4.2
arguments: build