Skip to content

Commit c154bfb

Browse files
committed
Removed use of sbtn in github actions
1 parent 580c005 commit c154bfb

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/iris.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
working-directory: iris
4949
run: |
5050
sbt -DenableCoverage=true coverageReport
51-
sbtn coverageAggregate
51+
sbt coverageAggregate
5252
5353
- name: Upload RTM
5454
if: always()

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: coursier/setup-action@v1.2.0
1818
with:
1919
jvm: temurin:1.21
20-
apps: sbt sbtn
20+
apps: sbt
2121
- uses: actions/setup-node@v4
2222
with:
2323
node-version: "22.14.0"
@@ -40,8 +40,8 @@ jobs:
4040
- name: Integration - Build
4141
working-directory: integration
4242
run: |
43-
sbtn clean
44-
sbtn scalafmtCheck
43+
sbt clean
44+
sbt scalafmtCheck
4545
4646
- name: Check port
4747
run: |
@@ -67,8 +67,8 @@ jobs:
6767
- name: IRIS- Build
6868
working-directory: iris
6969
run: |
70-
sbtn clean
71-
sbtn scalafmtCheck
70+
sbt clean
71+
sbt scalafmtCheck
7272
7373
- name: IRIS - Tests
7474
working-directory: iris

.github/workflows/wfos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
working-directory: wfos
4949
run: |
5050
sbt -DenableCoverage=true coverageReport
51-
sbtn coverageAggregate
51+
sbt coverageAggregate
5252
5353
- name: Upload RTM
5454
if: always()

0 commit comments

Comments
 (0)