Update readme to reflect v1.4

pull/30/head v1.4
Webber 2020-02-11 20:48:19 +01:00
parent 627cf8f914
commit c8a0e2865a
1 changed files with 4 additions and 4 deletions

View File

@ -43,7 +43,7 @@ your license file and add it as a secret.
Then, define the test step as follows: Then, define the test step as follows:
```yaml ```yaml
- uses: webbertakken/unity-test-runner@v1.3 - uses: webbertakken/unity-test-runner@v1.4
env: env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
with: with:
@ -64,7 +64,7 @@ Instead, three variables will need to be set.
Define the test step as follows: Define the test step as follows:
```yaml ```yaml
- uses: webbertakken/unity-test-runner@v1.3 - uses: webbertakken/unity-test-runner@v1.4
env: env:
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }} UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }} UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
@ -107,7 +107,7 @@ you can reference this path using the `id` of the test step.
Example: Example:
```yaml ```yaml
- uses: webbertakken/unity-test-runner@v1.3 - uses: webbertakken/unity-test-runner@v1.4
id: myTestStep id: myTestStep
(...) (...)
``` ```
@ -179,7 +179,7 @@ jobs:
key: Library-${{ matrix.projectPath }} key: Library-${{ matrix.projectPath }}
restore-keys: | restore-keys: |
Library- Library-
- uses: webbertakken/unity-test-runner@v1.3 - uses: webbertakken/unity-test-runner@v1.4
id: tests id: tests
with: with:
projectPath: ${{ matrix.projectPath }} projectPath: ${{ matrix.projectPath }}