Skip to content

fix: CLIN-2536 fix publish workflow uses cannot be in step with run #247

fix: CLIN-2536 fix publish workflow uses cannot be in step with run

fix: CLIN-2536 fix publish workflow uses cannot be in step with run #247

Workflow file for this run

name: Scala CI
on:
pull_request:
branches: [ master ]
jobs:
tests:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: '11'
cache: 'sbt'
- uses: sbt/setup-sbt@v1
- name: Run datalake-commons tests
run: sbt 'project datalake-commons' 'test'
- name: Run datalake-spark3 tests
run: sbt 'project datalake-spark3' 'test'
- name: Run datalake-test-utils tests
run: sbt 'project datalake-test-utils' 'test'