Skip to content

Commit

Permalink
[patch] removing testspace
Browse files Browse the repository at this point in the history
  • Loading branch information
robertfmurdock committed Aug 22, 2024
1 parent 3a31794 commit 31b0843
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ jobs:
run: |
git config user.name "github-actions[bot]"
git config user.email "[email protected]"
- uses: testspace-com/setup-testspace@v1
with:
domain: robertfmurdock
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
with:
Expand All @@ -59,10 +56,6 @@ jobs:
party-id: 9df8b8ef-f10f-4b75-bde1-d691c148378c
contribution-file: build/digger/current.json
cycle-time-from-first-commit: true
- name: Push result to Testspace server
if: always()
run: |
testspace $(find . -path *test-results* -name *.xml)
- name: Collect Test Results
if: ${{ always() }}
run: ./gradlew collectResults
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

![Latest Release](https://img.shields.io/github/v/release/robertfmurdock/jsmints)
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/robertfmurdock/jsmints)
![Testspace tests](https://img.shields.io/testspace/passed/robertfmurdock/robertfmurdock:jsmints/master)

Jsmints is a suite of libraries and gradle plugins for working with Kotlin JS, with a focus on testing and version updating.

Expand Down

0 comments on commit 31b0843

Please sign in to comment.