Skip to content

Commit

Permalink
Update scala.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsmith-eu authored Jul 26, 2023
1 parent 2775e5e commit c9edae3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ jobs:
distribution: 'temurin'
cache: 'sbt'
- name: Run tests
run: |
cd data-quality-profiler
sbt test
working-directory: ./data-quality-profiler
run: sbt test
# Optional: This step uploads information to the GitHub dependency graph and unblocking Dependabot alerts for the repository
- name: Upload dependency graph
uses: scalacenter/sbt-dependency-submission@ab086b50c947c9774b70f39fc7f6e20ca2706c91
with:
working-directory: ./data-quality-profiler

0 comments on commit c9edae3

Please sign in to comment.