File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ jobs:
27
27
if : runner.os == 'Linux' || runner.os == 'macOS'
28
28
run : ./dev/before_install
29
29
- name : Install Universal ctags (Windows)
30
- run : choco install universal-ctags
31
30
if : runner.os == 'Windows'
31
+ run : choco install universal-ctags
32
32
- name : Before build actions (Unix)
33
33
if : runner.os == 'Linux' || runner.os == 'macOS'
34
34
run : ./dev/before
35
- - name : Unix build
36
- if : runner.os == 'Linux' || runner.os == 'macOS'
35
+ - name : Maven build
36
+ shell : bash
37
37
env :
38
38
OPENGROK_PULL_REQUEST : ${{ github.head_ref }}
39
39
OPENGROK_REPO_SLUG : ${{ github.repository }}
42
42
OPENGROK_SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
43
43
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
44
44
run : ./dev/main
45
- - name : Windows build
46
- if : runner.os == 'Windows'
47
- run : mvn -B -V verify
You can’t perform that action at this time.
0 commit comments