no cache
This commit is contained in:
parent
94dc6ebf8a
commit
2d648ae879
1 changed files with 13 additions and 8 deletions
|
|
@ -5,14 +5,19 @@ jobs:
|
||||||
container: ruby:3.3.4
|
container: ruby:3.3.4
|
||||||
name: Text
|
name: Text
|
||||||
steps:
|
steps:
|
||||||
- name: Cache repository
|
# - name: Cache repository
|
||||||
uses: actions/cache@v4
|
# uses: actions/cache@v4
|
||||||
id: cache-repository
|
# id: cache-repository
|
||||||
with:
|
# with:
|
||||||
path: repository
|
# path: repository
|
||||||
key: ${{ runner.os }}-repository-${{ github.sha }}
|
# key: ${{ runner.os }}-repository-${{ github.sha }}
|
||||||
restore-keys: |
|
# restore-keys: |
|
||||||
${{ runner.os }}-repository-
|
# ${{ runner.os }}-repository-
|
||||||
|
# - name: Cache bundle
|
||||||
|
# uses: actions/cache@v4
|
||||||
|
# id: cache-bundle
|
||||||
|
# with:
|
||||||
|
# path: /usr/local/bundle
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue