Skip to content

fix name change

fix name change #462

Workflow file for this run

name: Scala CI
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Run tests
run: sbt clean compile test
# - name: Run coverage test
# run: sbt clean coverage test
# - name: Run coverage report
# run: sbt coverageReport
# - name: Run codacy coverage
# run: sbt codacyCoverage