Add customParameters to test workflow

This commit is contained in:
Webber
2020-02-11 20:35:44 +01:00
committed by Webber Takken
parent e9b4db003e
commit 627cf8f914

View File

@@ -51,6 +51,7 @@ jobs:
unityVersion: ${{ matrix.unityVersion }}
testMode: ${{ matrix.testMode }}
artifactsPath: ${{ matrix.testMode }}-artifacts
customParameters: -profile SomeProfile -someBoolean -someValue exampleValue
- uses: actions/upload-artifact@v1
with:
name: Test results for ${{ matrix.testMode }}