Skip to content

Commit

Permalink
[CI/CD][Debug] Blender issue
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Feb 17, 2025
1 parent 9899eaf commit 20cc6c8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
strategy:
fail-fast: false
matrix:
ki_release: [ki5, ki6, ki7, ki8, nightly]
w_tests: [g1, g2, g3]
# ki_release: [ki8]
# w_tests: [g2]
# ki_release: [ki5, ki6, ki7, ki8, nightly]
# w_tests: [g1, g2, g3]
ki_release: [nightly]
w_tests: [gdebug]

runs-on: ubuntu-latest
container: ghcr.io/inti-cmnb/kicad_auto_test:${{ matrix.ki_release }}
Expand Down
5 changes: 5 additions & 0 deletions gdebug.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash
whoami
ls ~
ls -la ~/.config/blender/4.2/extensions/blender_org/
cat ~/.config/blender/4.2/extensions/blender_org/.blender_ext/index.json

0 comments on commit 20cc6c8

Please sign in to comment.