Skip to content

Commit

Permalink
fix(ci): ensure app is apps for coursier/setup-action
Browse files Browse the repository at this point in the history
  • Loading branch information
ckipp01 committed Jan 31, 2023
1 parent 5d8df35 commit d56fe05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
submodules: true
- uses: coursier/[email protected]
with:
app: sbt
apps: sbt
- run: sbt +compile
test:
strategy:
Expand All @@ -37,7 +37,7 @@ jobs:
- uses: coursier/[email protected]
with:
jvm: ${{ matrix.jvm }}
app: sbt
apps: sbt
- name: Unit tests
run: sbt test
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: coursier/[email protected]
with:
jvm: 'temurin:1.17.0.3'
app: sbt
apps: sbt
- name: Unit tests
run: sbt test
shell: bash
Expand Down

0 comments on commit d56fe05

Please sign in to comment.