We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0db6b2 commit 2634fc7Copy full SHA for 2634fc7
1 file changed
.github/workflows/maven.yml
@@ -48,7 +48,7 @@ jobs:
48
run: ./tasks.sh check_deps
49
50
- name: Compile OGO
51
- run: ./tasks.sh compile_ogo
+ run: ./tasks.sh compile
52
53
- name: Run tests
54
- run: ./tasks.sh test_ogo
+ run: ./tasks.sh tests
0 commit comments