Skip to content

WI-80103 Get rid of the "createFilterByEditor" method in com.intellij… #118

WI-80103 Get rid of the "createFilterByEditor" method in com.intellij…

WI-80103 Get rid of the "createFilterByEditor" method in com.intellij… #118

Workflow file for this run

name: Run tests
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build with Gradle
run: ./gradlew build
- name: Run unit tests
run: ./gradlew test