Skip to content

Implement the SharePriceMovementPerMinute projection #236

Implement the SharePriceMovementPerMinute projection

Implement the SharePriceMovementPerMinute projection #236

Workflow file for this run

name: Build
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: zulu
cache: 'gradle'
- name: Build and run tests
run: ./gradlew build --stacktrace
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}