Skip to content

Commit adcc9b2

Browse files
committed
Test
1 parent 07f4b7f commit adcc9b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/push.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
run: |
3232
sudo update-alternatives --set java /usr/lib/jvm/temurin-8-jdk-amd64/bin/java
3333
java -version
34+
sudo update-alternatives --config java
3435
3536
- name: Set up Python 3.8
3637
uses: actions/setup-python@v5
@@ -50,6 +51,9 @@ jobs:
5051
- name: Install dependencies
5152
run: pipenv install --dev
5253

54+
- name: Check Java version
55+
run:
56+
5357
- name: Lint
5458
run: |
5559
pipenv run prospector --profile prospector.yaml

0 commit comments

Comments
 (0)