Skip to content

removed outdated harvesters. #489

removed outdated harvesters.

removed outdated harvesters. #489

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

Check failure on line 20 in .github/workflows/scala.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/scala.yml

Invalid workflow file

You have an error in your yaml syntax on line 20
- name: "Configure AWS Credentials" Action for GitHub Actions
uses: aws-actions/[email protected]
- 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