Skip to content

Commit 2634fc7

Browse files
committed
Renaming commands in the github workflow to match recent renaming
1 parent b0db6b2 commit 2634fc7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: ./tasks.sh check_deps
4949

5050
- name: Compile OGO
51-
run: ./tasks.sh compile_ogo
51+
run: ./tasks.sh compile
5252

5353
- name: Run tests
54-
run: ./tasks.sh test_ogo
54+
run: ./tasks.sh tests

0 commit comments

Comments
 (0)