Orange-OpenSource / its-client

This Intelligent Transportation Systems (ITS) MQTT client based on the JSon ETSI specification transcription provides a ready to connect project for the mobility (connected and autonomous vehicles, road side units, vulnerable road users,...). Let's connect your device or application to our Intelligent Transport Systems (ITS) platform!
MIT License
7 stars 8 forks source link

github/workflows: add java workflows #193

Closed mathieu1fb closed 1 month ago

mathieu1fb commented 1 month ago

Features;

GitHub Workflows: Java workflows have been added for IoT3 Core, Mobility and Examples modules.


How to test

  1. Clone the mathieu1fb/its-client fork.
  2. Checkout to the feature/workflow branch.
  3. Change something harmless and push it to GitHub.
  4. Check that the 3 java workflows are being triggered in the GitHub Actions tab.

Expected results:

The 3 workflows should pass successfully and you should get a BUILD SUCCESSFUL in the 5th step of each build (gradle build).