From dfccf539d1556f48f8b0351d7963b79466f31ac8 Mon Sep 17 00:00:00 2001 From: Webber Date: Tue, 11 Feb 2020 20:39:42 +0100 Subject: [PATCH] Add custom parameters 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 92d0fe38..e96f6c37 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -65,6 +65,7 @@ jobs: projectPath: ${{ matrix.projectPath }} unityVersion: ${{ matrix.unityVersion }} targetPlatform: ${{ matrix.targetPlatform }} + customParameters: -profile SomeProfile -someBoolean -someValue exampleValue - uses: actions/upload-artifact@v1 with: name: Build