Skip to content

Commit

Permalink
snapshot ci
Browse files Browse the repository at this point in the history
Signed-off-by: Leclerc Clement <clement.leclerc@rte-france.com>
  • Loading branch information
clementleclercRTE committed Oct 1, 2024
1 parent 8505cb7 commit c728026
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/dependencies-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
needs: setup
runs-on: ubuntu-latest
steps:
- name: Check Java version
run: |
java -version
javac -version
echo $JAVA_HOME
- name: Checkout core-sources
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit c728026

Please sign in to comment.