Skip to content

Commit

Permalink
Enable only when push
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Aure <[email protected]>
  • Loading branch information
KyleAure committed Nov 7, 2023
1 parent b8b401a commit fdd457c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/microshed-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
distribution: 'temurin'
cache: gradle
- uses: testspace-com/setup-testspace@ee1482f978eb5010ec27b6f6372904f01f2edd68 # v1.0.6
if: ${{ github.event_name == 'push' }}
with:
domain: ${{github.repository_owner}}
- name: Run integration tests
Expand Down Expand Up @@ -114,10 +115,9 @@ jobs:
fi

done

ls -la results/

echo "Done running all tests."
echo "Done running all tests, results folder contains:"
ls -la results/
- name: Upload test results
# if: ${{ github.event_name == 'push' }} Commented out for now to test this
if: ${{ github.event_name == 'push' }}
run: testspace "[ ${{ matrix.category }} ]results/TEST-*.xml"

0 comments on commit fdd457c

Please sign in to comment.