This commit is contained in:
@@ -9,7 +9,7 @@ jobs:
|
||||
test:
|
||||
name: Test
|
||||
runs-on: ubuntu-latest
|
||||
container: gitea.kosmos.org/kosmos/akkounts-ci:0.9.1
|
||||
container: gitea.kosmos.org/kosmos/akkounts-ci:0.11.0
|
||||
services:
|
||||
redis:
|
||||
image: redis
|
||||
@@ -29,9 +29,9 @@ jobs:
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: vendor/bundle
|
||||
key: ${{ runner.os }}-ruby-3.3.0-${{ hashFiles('Gemfile.lock') }}
|
||||
key: ${{ runner.os }}-ruby-3.3.12-${{ hashFiles('Gemfile.lock') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-ruby-3.3.0-
|
||||
${{ runner.os }}-ruby-3.3.12-
|
||||
|
||||
- name: Install Ruby dependencies
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user