Skip to content

Commit

Permalink
Fix the pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimY4 committed Oct 15, 2024
1 parent a2c5e74 commit d38d790
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
java-version: ${{ matrix.java }}
distribution: temurin
cache: sbt
- uses: sbt/setup-sbt@v1
- name: Build with sbt
run: sbt ++${{ matrix.scala }} build
- name: Publish Test Report
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/dependabot-alerts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ jobs:
name: Update Dependency Graph
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: scalacenter/sbt-dependency-submission@v3
- uses: actions/checkout@v4
- uses: sbt/setup-sbt@v1
- uses: scalacenter/sbt-dependency-submission@v3

0 comments on commit d38d790

Please sign in to comment.