Skip to content

EVA-3533 Endpoints to retrieve and mark submission processing status #26

EVA-3533 Endpoints to retrieve and mark submission processing status

EVA-3533 Endpoints to retrieve and mark submission processing status #26

Workflow file for this run

name: Run tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java-version: [1.8]
steps:
- uses: actions/checkout@v2
- name: Setup Java JDK
uses: actions/[email protected]
with:
java-version: ${{ matrix.java-version }}
- name: Run Maven tests
run: mvn test