Skip to content

add smoke test and remove play json from the dependencies #142

add smoke test and remove play json from the dependencies

add smoke test and remove play json from the dependencies #142

Workflow file for this run

name: Scala CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'adopt'
- name: Run tests
run: sbt test
- name: Smoke test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: .github/workflows/smoke_test.sh