forked from EpicGamesExt/BlenderTools
-
-
Notifications
You must be signed in to change notification settings - Fork 18
42 lines (38 loc) · 1.01 KB
/
tests.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
name: Tests
on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches:
- main
- dev
- ci-testing
paths:
- 'send2ue/**/*'
- 'ue2rigify/**/*'
- 'tests/**/*'
- '.github/workflows/**'
permissions:
contents: read
checks: write
id-token: write
jobs:
test-lts:
if: github.repository == 'poly-hammer/BlenderTools' && github.event.pull_request.head.repo.full_name == github.repository
name: Test LTS
uses: poly-hammer/BlenderTools/.github/workflows/re-use-tests.yml@main
secrets: inherit
with:
title: Test LTS
unreal-version: 5.3
blender-version: 3.6
test-latest:
if: github.repository == 'poly-hammer/BlenderTools' && github.event.pull_request.head.repo.full_name == github.repository
needs: test-lts
name: Test Latest
uses: poly-hammer/BlenderTools/.github/workflows/re-use-tests.yml@main
secrets: inherit
with:
title: Test Latest
unreal-version: 5.3
blender-version: 4.1