|
@@ -35,7 +35,7 @@ jobs:
|
|
run: |
|
|
run: |
|
|
echo github.event.action: ${{ github.event.action }}
|
|
echo github.event.action: ${{ github.event.action }}
|
|
echo github.event_name: ${{ github.event_name }}
|
|
echo github.event_name: ${{ github.event_name }}
|
|
-
|
|
|
|
|
|
+
|
|
- name: Setup GCC problem matcher
|
|
- name: Setup GCC problem matcher
|
|
uses: ammaraskar/gcc-problem-matcher@master
|
|
uses: ammaraskar/gcc-problem-matcher@master
|
|
|
|
|
|
@@ -72,5 +72,5 @@ jobs:
|
|
if: success() || failure() # run this step even if previous step failed
|
|
if: success() || failure() # run this step even if previous step failed
|
|
with:
|
|
with:
|
|
name: JEST Tests
|
|
name: JEST Tests
|
|
- path: test_detail.xml
|
|
|
|
|
|
+ path: ${{github.workspace}}/My Projects/Torque3D/game/test_detail.xml
|
|
reporter: jest-junit
|
|
reporter: jest-junit
|