mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 10:11:46 +00:00
ci: test the daily bonsai build against the branch that built it
The bare clone fetched the default branch, so a v0.9.0 daily would be smoke-tested and pytested against v0.8.0 scripts and tests. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -119,7 +119,7 @@ jobs:
|
|||||||
blender --command extension install-file -r user_default -e $bonsai_zip
|
blender --command extension install-file -r user_default -e $bonsai_zip
|
||||||
blender --command extension list
|
blender --command extension list
|
||||||
|
|
||||||
git clone https://github.com/IfcOpenShell/IfcOpenShell.git IfcOpenShell
|
git clone --branch ${{ github.ref_name }} --single-branch https://github.com/IfcOpenShell/IfcOpenShell.git IfcOpenShell
|
||||||
|
|
||||||
# Reregister Bonsai.
|
# Reregister Bonsai.
|
||||||
# Note that running it in background might miss some errors
|
# Note that running it in background might miss some errors
|
||||||
|
|||||||
Reference in New Issue
Block a user