We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a05b75 commit d7c3c03Copy full SHA for d7c3c03
.github/workflows/build-and-test-main.yml
@@ -27,22 +27,12 @@ jobs:
27
java-version: '17'
28
distribution: 'temurin'
29
cache: maven
30
- - name: Build with Maven
31
- run: mvn -B package --file pom.xml
32
-
33
- test-python:
34
35
- runs-on: ubuntu-latest
36
- needs: build # Ensure this job runs after the build job
37
38
- steps:
39
- - uses: actions/checkout@v4
40
41
- name: Set up Python 3.11
42
uses: actions/setup-python@v4
43
with:
44
python-version: '3.11'
45
+ - name: Build with Maven
+ run: mvn -B package --file pom.xml
46
- name: Run Python Unit Tests
47
run: |
48
chmod +x build/setup_python_env.sh
0 commit comments