Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

[EN-17473] Propagate the variation name to the AssignmentLogData #11

[EN-17473] Propagate the variation name to the AssignmentLogData

[EN-17473] Propagate the variation name to the AssignmentLogData #11

Workflow file for this run

name: Test and lint SDK
on:
pull_request:
paths:
- '**/*'
jobs:
lint-test-sdk:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'adopt'
- name: Run tests
run: make test