Commit fa5775b Michel Davit
committed
1 parent 760ac70 commit fa5775b Copy full SHA for fa5775b
File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -24,23 +24,23 @@ concurrency:
24
24
25
25
jobs :
26
26
build :
27
- name : Build and Test
27
+ name : Test
28
28
strategy :
29
29
matrix :
30
- os : [ubuntu-latest ]
30
+ os : [ubuntu-22.04 ]
31
31
scala : [2.13]
32
32
java : [corretto@17]
33
33
runs-on : ${{ matrix.os }}
34
34
timeout-minutes : 60
35
35
steps :
36
- - name : Install sbt
37
- uses : sbt/setup-sbt@v1
38
-
39
36
- name : Checkout current branch (full)
40
37
uses : actions/checkout@v4
41
38
with :
42
39
fetch-depth : 0
43
40
41
+ - name : Setup sbt
42
+ uses : sbt/setup-sbt@v1
43
+
44
44
- name : Setup Java (corretto@17)
45
45
id : setup-java-corretto-17
46
46
if : matrix.java == 'corretto@17'
@@ -87,18 +87,18 @@ jobs:
87
87
if : github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v'))
88
88
strategy :
89
89
matrix :
90
- os : [ubuntu-latest ]
90
+ os : [ubuntu-22.04 ]
91
91
java : [corretto@17]
92
92
runs-on : ${{ matrix.os }}
93
93
steps :
94
- - name : Install sbt
95
- uses : sbt/setup-sbt@v1
96
-
97
94
- name : Checkout current branch (full)
98
95
uses : actions/checkout@v4
99
96
with :
100
97
fetch-depth : 0
101
98
99
+ - name : Setup sbt
100
+ uses : sbt/setup-sbt@v1
101
+
102
102
- name : Setup Java (corretto@17)
103
103
id : setup-java-corretto-17
104
104
if : matrix.java == 'corretto@17'
You can’t perform that action at this time.
0 commit comments