File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77jobs :
88 build :
99 if : github.repository == 'hexlet-codebattle/codebattle'
10- runs-on : ubuntu-20 .04
10+ runs-on : ubuntu-18 .04
1111
1212 services :
1313 db :
@@ -35,27 +35,27 @@ jobs:
3535
3636 - uses : erlef/setup-beam@v1
3737 with :
38- otp-version : " 24.x "
38+ otp-version : " 24.0.5 "
3939 elixir-version : " 1.12.3"
4040
4141 - uses : actions/cache@v2
4242 with :
4343 path : services/app/deps
44- key : v1 -${{ runner.os }}-deps-${{ hashFiles(format('{0}{1}', github.workspace, '/services/app/mix.lock')) }}
44+ key : v2 -${{ runner.os }}-deps-${{ hashFiles(format('{0}{1}', github.workspace, '/services/app/mix.lock')) }}
4545 restore-keys : |
4646 ${{ runner.os }}-deps-
4747
4848 - uses : actions/cache@v2
4949 with :
5050 path : services/app/_build
51- key : v1 -${{ runner.os }}-build-${{ hashFiles(format('{0}{1}', github.workspace, '/services/app/mix.lock')) }}
51+ key : v2 -${{ runner.os }}-build-${{ hashFiles(format('{0}{1}', github.workspace, '/services/app/mix.lock')) }}
5252 restore-keys : |
5353 ${{ runner.os }}-build-
5454
5555 - uses : actions/cache@v2
5656 with :
5757 path : ~/.mix
58- key : v1 -${{ runner.os }}-mix-${{ hashFiles(format('{0}{1}', github.workspace, '/services/app/mix.lock')) }}
58+ key : v2 -${{ runner.os }}-mix-${{ hashFiles(format('{0}{1}', github.workspace, '/services/app/mix.lock')) }}
5959 restore-keys : |
6060 ${{ runner.os }}-mix-
6161
Original file line number Diff line number Diff line change 66 - master
77jobs :
88 build :
9- runs-on : ubuntu-20 .04
9+ runs-on : ubuntu-18 .04
1010
1111 services :
1212 db :
@@ -22,27 +22,27 @@ jobs:
2222 - uses : actions/checkout@v2
2323 - uses : erlef/setup-beam@v1
2424 with :
25- otp-version : " 24.x "
25+ otp-version : " 24.0.5 "
2626 elixir-version : " 1.12.3"
2727
2828 - uses : actions/cache@v2
2929 with :
3030 path : services/app/deps
31- key : v1 -${{ runner.os }}-deps-${{ hashFiles(format('{0}{1}', github.workspace, '/services/app/mix.lock')) }}
31+ key : v2 -${{ runner.os }}-deps-${{ hashFiles(format('{0}{1}', github.workspace, '/services/app/mix.lock')) }}
3232 restore-keys : |
3333 ${{ runner.os }}-deps-
3434
3535 - uses : actions/cache@v2
3636 with :
3737 path : services/app/_build
38- key : v1 -${{ runner.os }}-build-${{ hashFiles(format('{0}{1}', github.workspace, '/services/app/mix.lock')) }}
38+ key : v2 -${{ runner.os }}-build-${{ hashFiles(format('{0}{1}', github.workspace, '/services/app/mix.lock')) }}
3939 restore-keys : |
4040 ${{ runner.os }}-build-
4141
4242 - uses : actions/cache@v2
4343 with :
4444 path : ~/.mix
45- key : v1 -${{ runner.os }}-mix-${{ hashFiles(format('{0}{1}', github.workspace, '/services/app/mix.lock')) }}
45+ key : v2 -${{ runner.os }}-mix-${{ hashFiles(format('{0}{1}', github.workspace, '/services/app/mix.lock')) }}
4646 restore-keys : |
4747 ${{ runner.os }}-mix-
4848
You can’t perform that action at this time.
0 commit comments