mirror of
https://github.com/game-ci/unity-actions.git
synced 2026-01-29 04:39:07 +08:00
Add failing tests, and actually trigger tests
This commit is contained in:
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
@@ -35,5 +35,12 @@ jobs:
|
||||
- name: Expose as artifact
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: test results
|
||||
name: 2019.2 test results
|
||||
path: sample-project/playmode-results.xml
|
||||
|
||||
# Upload artifact
|
||||
- name: Expose as artifact
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: 2019.3 test results
|
||||
path: sample-project/test-results.xml
|
||||
|
||||
Reference in New Issue
Block a user