Skip to content

Commit e8a5094

Browse files
committed
Add GHA test placeholder
1 parent 8582414 commit e8a5094

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/test.yaml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Test
2+
3+
on:
4+
workflow_dispatch:
5+
inputs:
6+
unity_versions:
7+
description: 'Unity version (value: 2018, 2019, 2020. separated by commas)'
8+
default: '2019'
9+
required: true
10+
11+
env:
12+
pythonVersion: '3.7'
13+
artifactRetentionDays: 2
14+
15+
jobs:
16+
test_on_macos:
17+
runs-on: macos-latest
18+
steps:
19+
- run: echo "Hello World"

0 commit comments

Comments
 (0)