Skip to content

Bump version to 3.1.5 #222

Bump version to 3.1.5

Bump version to 3.1.5 #222

name: Integration Tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build environment
run: make integration-build
- name: Run Integration Tests
run: make integration-test