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

Scala Integration Test CI #229

Scala Integration Test CI

Scala Integration Test CI #229

Workflow file for this run

name: Scala Integration Test CI
on:
workflow_dispatch:
schedule:
- cron: "5 4 * * 3,6"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
- name: Run Integration Test
env:
CAM_KP_LOG_LEVEL: "INFO"
SPARQL_ENDPOINT: "https://cam-kp-sparql.apps.renci.org/sparql"
run: sbt "it:testOnly *ProdQueryServiceTest"