Skip to content

Commit

Permalink
check java version
Browse files Browse the repository at this point in the history
  • Loading branch information
Satbek committed Oct 25, 2024
1 parent 08bb980 commit 3b2b84b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_on_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
run: |
.rocks/bin/luacheck ./tracing --config=.luacheckrc --no-redefined --no-unused-args
.rocks/bin/luacheck ./test --config=.luacheckrc --no-redefined --no-unused-args
- name: java version
run: java -version
- name: Run tests
run: |
java -jar zipkin.jar &
Expand Down

0 comments on commit 3b2b84b

Please sign in to comment.