mirror of
https://github.com/game-ci/unity-test-runner.git
synced 2026-01-28 21:59:06 +08:00
Simplify explanation about id's
This commit is contained in:
@@ -44,7 +44,6 @@ Then, define the test step as follows:
|
||||
|
||||
```yaml
|
||||
- uses: webbertakken/unity-test-runner@v1.2
|
||||
id: myTestStep
|
||||
env:
|
||||
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
|
||||
with:
|
||||
@@ -66,7 +65,6 @@ Define the test step as follows:
|
||||
|
||||
```yaml
|
||||
- uses: webbertakken/unity-test-runner@v1.2
|
||||
id: myTestStep
|
||||
env:
|
||||
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
|
||||
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
|
||||
@@ -108,6 +106,12 @@ you can reference this path using the `id` of the test step.
|
||||
|
||||
Example:
|
||||
|
||||
```yaml
|
||||
- uses: webbertakken/unity-test-runner@v1.2
|
||||
id: myTestStep
|
||||
(...)
|
||||
```
|
||||
|
||||
```yaml
|
||||
- uses: actions/upload-artifact@v1
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user