From 627cf8f914feb2147793cff06f5ad019fdb896e5 Mon Sep 17 00:00:00 2001 From: Webber Date: Tue, 11 Feb 2020 20:35:44 +0100 Subject: [PATCH] Add customParameters to test workflow --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d3c1c2c..0217acc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 }}