Skip to content

Commit 3c46860

Browse files
committed
build python examples
1 parent 07affd4 commit 3c46860

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,14 @@ jobs:
6868
run: |
6969
./gradlew build
7070
./gradlew clean
71+
- name: Build Python examples
72+
working-directory: photonlib-python-examples
73+
run: |
74+
if [ "${{ matrix.os }}" == "windows-2022" ]; then
75+
.\run.bat
76+
else
77+
./run.sh
78+
fi
7179
playwright-tests:
7280
name: "Playwright E2E tests"
7381
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)