Skip to content

Commit fa5775b

Browse files
author
Michel Davit
committed
Update GHA
1 parent 760ac70 commit fa5775b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ci.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -24,23 +24,23 @@ concurrency:
2424

2525
jobs:
2626
build:
27-
name: Build and Test
27+
name: Test
2828
strategy:
2929
matrix:
30-
os: [ubuntu-latest]
30+
os: [ubuntu-22.04]
3131
scala: [2.13]
3232
java: [corretto@17]
3333
runs-on: ${{ matrix.os }}
3434
timeout-minutes: 60
3535
steps:
36-
- name: Install sbt
37-
uses: sbt/setup-sbt@v1
38-
3936
- name: Checkout current branch (full)
4037
uses: actions/checkout@v4
4138
with:
4239
fetch-depth: 0
4340

41+
- name: Setup sbt
42+
uses: sbt/setup-sbt@v1
43+
4444
- name: Setup Java (corretto@17)
4545
id: setup-java-corretto-17
4646
if: matrix.java == 'corretto@17'
@@ -87,18 +87,18 @@ jobs:
8787
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v'))
8888
strategy:
8989
matrix:
90-
os: [ubuntu-latest]
90+
os: [ubuntu-22.04]
9191
java: [corretto@17]
9292
runs-on: ${{ matrix.os }}
9393
steps:
94-
- name: Install sbt
95-
uses: sbt/setup-sbt@v1
96-
9794
- name: Checkout current branch (full)
9895
uses: actions/checkout@v4
9996
with:
10097
fetch-depth: 0
10198

99+
- name: Setup sbt
100+
uses: sbt/setup-sbt@v1
101+
102102
- name: Setup Java (corretto@17)
103103
id: setup-java-corretto-17
104104
if: matrix.java == 'corretto@17'

0 commit comments

Comments
 (0)