Skip to content

Commit

Permalink
ci: do not run tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ice1000 committed Nov 19, 2024
1 parent 563bdc7 commit d009b47
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,17 @@ jobs:
./gradlew listProductsReleases # prepare list of IDEs for Plugin Verifier
# Run tests
- name: Run Tests
run: ./gradlew test

# Collect Tests Result of failed tests
- name: Collect Tests Result
if: ${{ failure() }}
uses: actions/upload-artifact@v4
with:
name: tests-result
path: ${{ github.workspace }}/build/reports/tests
# # Run tests
# - name: Run Tests
# run: ./gradlew test
#
# # Collect Tests Result of failed tests
# - name: Collect Tests Result
# if: ${{ failure() }}
# uses: actions/upload-artifact@v4
# with:
# name: tests-result
# path: ${{ github.workspace }}/build/reports/tests

# Build plugin
- name: Build Plugin
Expand Down
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -207,4 +207,5 @@ dependencies {
exclude("org.aya-prover.upstream", "lang-syntax")
}
testImplementation(kotlin("test-junit"))
testImplementation(group = "org.opentest4j", name = "opentest4j", version = "1.2.0")
}

0 comments on commit d009b47

Please sign in to comment.