File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
lint :
11
- runs-on : ubuntu-latest
11
+ runs-on : ubuntu-22.04
12
12
steps :
13
13
- uses : actions/checkout@v4
14
14
with :
21
21
tool_name : spotless
22
22
23
23
unit-test :
24
- runs-on : ubuntu-latest
24
+ runs-on : ubuntu-22.04
25
25
services :
26
26
app :
27
27
image : ghcr.io/deploygate/deploygate-mock-server:main
51
51
path : build/test-results/tests/test
52
52
53
53
acceptance-test :
54
- runs-on : ubuntu-latest
54
+ runs-on : ubuntu-22.04
55
55
services :
56
56
app :
57
57
image : ghcr.io/deploygate/deploygate-mock-server:main
81
81
path : build/test-results/tests/testUnrollAcceptanceTest
82
82
83
83
acceptance-test-runtime-env :
84
- runs-on : ubuntu-latest
84
+ runs-on : ubuntu-22.04
85
85
services :
86
86
app :
87
87
image : ghcr.io/deploygate/deploygate-mock-server:main
Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
production-release :
11
- runs-on : ubuntu-latest
11
+ runs-on : ubuntu-22.04
12
12
services :
13
13
app :
14
14
image : ghcr.io/deploygate/deploygate-mock-server:main
You can’t perform that action at this time.
0 commit comments