Skip to content

Commit a1ef69d

Browse files
committed
Added GitHub action for Java integration tests
1 parent 4876daa commit a1ef69d

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/workflows/main.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,13 @@ jobs:
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

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)