Add failing tests, and actually trigger tests

This commit is contained in:
Webber
2019-11-27 08:50:24 +01:00
committed by Webber Takken
parent a4c0994046
commit a3387dbfcf
7 changed files with 52 additions and 20 deletions

View File

@@ -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