Skip to content

Commit

Permalink
it action
Browse files Browse the repository at this point in the history
  • Loading branch information
pyalex committed Jul 17, 2020
1 parent 825e527 commit a47cb93
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: integration tests
on: [push, pull_request]
jobs:
maven-integration-test:
runs-on: ubuntu-latest
name: Maven Integration Test
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: '11'
java-package: jdk
architecture: x64
- name: Run integration tests
run: make test-java-integration

0 comments on commit a47cb93

Please sign in to comment.