Compare commits

..

2 Commits
v1.2 ... v1.3

Author SHA1 Message Date
Webber
5423e61ad7 fix custom parameters 2020-02-01 20:45:21 +01:00
Webber
377244a880 badge now only reflects status of upstream master 2020-02-01 19:41:52 +01:00
3 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
# Unity - Test runner
[![Actions status](https://github.com/webbertakken/unity-test-runner/workflows/Actions%20%F0%9F%98%8E/badge.svg)](https://github.com/webbertakken/unity-test-runner/actions?query=branch%3Amaster+workflow%3A%22Actions+%F0%9F%98%8E%22)
[![Actions status](https://github.com/webbertakken/unity-test-runner/workflows/Actions%20%F0%9F%98%8E/badge.svg?event=push&branch=master)](https://github.com/webbertakken/unity-test-runner/actions?query=branch%3Amaster+event%3Apush+workflow%3A"Actions%20%F0%9F%98%8E")
---

File diff suppressed because one or more lines are too long

View File

@@ -34,11 +34,11 @@ class Docker {
--env UNITY_EMAIL \
--env UNITY_PASSWORD \
--env UNITY_SERIAL \
--env UNITY_VERSION=${unityVersion} \
--env PROJECT_PATH=${projectPath} \
--env TEST_MODE=${testMode} \
--env ARTIFACTS_PATH=${artifactsPath} \
--env CUSTOM_PARAMETERS=${customParameters} \
--env UNITY_VERSION="${unityVersion}" \
--env PROJECT_PATH="${projectPath}" \
--env TEST_MODE="${testMode}" \
--env ARTIFACTS_PATH="${artifactsPath}" \
--env CUSTOM_PARAMETERS="${customParameters}" \
--env HOME=/github/home \
--env GITHUB_REF \
--env GITHUB_SHA \