Skip to content

Commit c851310

Browse files
Disable basic tests because teamtype must be installed first
1 parent 5fbfaf3 commit c851310

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/build.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ jobs:
2727
- name: Execute Gradle build
2828
run: ./gradlew buildPlugin
2929

30-
- name: Run basic tests
31-
run: |
32-
./gradlew test --info --rerun --tests EthersyncServiceImplTest.test01SyncChangesFromRemoteProjectToJetbrains
33-
./gradlew test --info --rerun --tests EthersyncServiceImplTest.test02SyncChangesFromJetbrainsToRemoteProject
34-
3530
- name: Create nightly release
3631
id: create_release
3732
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)