Skip to content

Changes for distributed financial anomaly detection #143

Changes for distributed financial anomaly detection

Changes for distributed financial anomaly detection #143

Workflow file for this run

name: Build
on:
push:
branches: [master]
pull_request:
branches: [master]
env:
# Customize the build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{github.head_ref}}
fetch-depth: 0
repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
- name: Build
# Build JasmineGraph docker image
run: docker build -t jasminegraph .
- name: Run Integration Tests
run: |
chmod +x test-docker.sh
./test-docker.sh