move pull and push buttons to the top toolbar #78
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| on: | |
| pull_request: | |
| branches: | |
| - master | |
| jobs: | |
| tests: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/[email protected] | |
| with: | |
| submodules: true | |
| - name: run tests | |
| # currently we only run git tests. list mostly taken from platform/testFramework/testResources/tests/testGroups.properties | |
| # TODO: figure out what other tests we should run | |
| run: | | |
| ./tests.cmd -Dintellij.build.test.patterns="git4idea.*;-git4idea.remote.GitRemoteTest;com.intellij.openapi.vcs.*;com.intellij.testFramework.vcs.*;com.intellij.tasks.vcs.*;com.intellij.vcs.*" |