File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 2727
2828 - name : run integration test script
2929 run : ./bin/integration_tests --csharp
30+
31+ java :
32+ runs-on : ubuntu-latest
33+ name : Java Integration Tests
34+ steps :
35+ - name : checkout the repo
36+ uses : actions/checkout@v2
37+
38+ - name : run integration test script
39+ run : ./bin/integration_tests --java
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88### Added
99- DAP endpoints and scripts to run tests against a DAP instance.
1010 [ cyberark/conjur-openapi-spec #144 ] ( https://github.com/cyberark/conjur-openapi-spec/issues/144 )
11+ - Basic Java client integration tests and configuration.
12+ [ cyberark/conjur-openapi-spec #181 ] ( https://github.com/cyberark/conjur-openapi-spec/pull/181 )
1113
1214## [ 5.1.0] - 2021-04-12
1315### Added
You can’t perform that action at this time.
0 commit comments