Add more strategies

This commit is contained in:
Webber
2019-11-27 21:07:31 +01:00
committed by Webber Takken
parent 4e10fed376
commit c059278b9b
2 changed files with 64 additions and 10 deletions

View File

@@ -36,11 +36,18 @@ jobs:
uses: actions/upload-artifact@v1
with:
name: 2019.2 test results
path: sample-project/playmode-results.xml
path: sample-project/old-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
name: 2019.3 edit mode results
path: sample-project/editmode-results.xml
# Upload artifact
- name: Expose as artifact
uses: actions/upload-artifact@v1
with:
name: 2019.3 play mode results
path: sample-project/playmode-results.xml