Skip to content

Commit d7c3c03

Browse files
more build wokflow debugging
1 parent 8a05b75 commit d7c3c03

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.github/workflows/build-and-test-main.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,22 +27,12 @@ jobs:
2727
java-version: '17'
2828
distribution: 'temurin'
2929
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-
4130
- name: Set up Python 3.11
4231
uses: actions/setup-python@v4
4332
with:
4433
python-version: '3.11'
45-
34+
- name: Build with Maven
35+
run: mvn -B package --file pom.xml
4636
- name: Run Python Unit Tests
4737
run: |
4838
chmod +x build/setup_python_env.sh

0 commit comments

Comments
 (0)