Skip to content

Commit a29e5ec

Browse files
committed
Convert to per-version test
1 parent 513605c commit a29e5ec

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.github/workflows/blender-test.yml renamed to .github/workflows/blender-test-4.2.0.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
#
33
# SPDX-License-Identifier: GPL-3.0-or-later
44

5-
name: Blender Test 4.2, 4.3, 4.4
5+
name: Blender 4.2.0
66
description: |
7-
This workflow tests the Blender extension for multiple camera rendering
8-
across different Blender versions.
7+
This workflow tests the Blender extension for multiple camera rendering.
98
109
on:
1110
push:
@@ -17,12 +16,8 @@ jobs:
1716
test-addon:
1817
runs-on: ubuntu-latest
1918

20-
strategy:
21-
matrix:
22-
blender_version: ["4.2.0", "4.3.0", "4.4.0"]
23-
2419
env:
25-
BLENDER_VERSION: ${{ matrix.blender_version }}
20+
BLENDER_VERSION: "4.2.0"
2621
BLENDER_DIR: "${{ github.workspace }}/blender"
2722

2823
steps:
@@ -34,7 +29,7 @@ jobs:
3429
uses: actions/cache@v4
3530
with:
3631
path: ${{ env.BLENDER_DIR }}
37-
key: blender-${{ matrix.blender_version }}
32+
key: blender-${{ env.BLENDER_VERSION }}
3833

3934
- name: Download Blender if not cached
4035
if: steps.cache-blender.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)