Skip to content

Commit

Permalink
Update readme to reflect v1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
webbertakken committed Feb 11, 2020
1 parent 627cf8f commit c8a0e28
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ your license file and add it as a secret.
Then, define the test step as follows:

```yaml
- uses: webbertakken/unity-test-runner@v1.3
- uses: webbertakken/unity-test-runner@v1.4
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
with:
Expand All @@ -64,7 +64,7 @@ Instead, three variables will need to be set.
Define the test step as follows:

```yaml
- uses: webbertakken/unity-test-runner@v1.3
- uses: webbertakken/unity-test-runner@v1.4
env:
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
Expand Down Expand Up @@ -107,7 +107,7 @@ you can reference this path using the `id` of the test step.
Example:

```yaml
- uses: webbertakken/unity-test-runner@v1.3
- uses: webbertakken/unity-test-runner@v1.4
id: myTestStep
(...)
```
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
key: Library-${{ matrix.projectPath }}
restore-keys: |
Library-
- uses: webbertakken/unity-test-runner@v1.3
- uses: webbertakken/unity-test-runner@v1.4
id: tests
with:
projectPath: ${{ matrix.projectPath }}
Expand Down

0 comments on commit c8a0e28

Please sign in to comment.