Skip to content

Validate atomic fields lengths and max JSON depth with Enrich defaults #487

Validate atomic fields lengths and max JSON depth with Enrich defaults

Validate atomic fields lengths and max JSON depth with Enrich defaults #487

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: 11
distribution: adopt
- name: Publish collector locally
run: |
git clone --branch 3.2.0 --depth 1 https://github.com/snowplow/stream-collector.git
cd stream-collector
sbt +publishLocal
- name: Run sbt
run: sbt test