]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update CI caching
authorXhmikosR <xhmikosr@gmail.com>
Mon, 13 Jan 2020 12:58:09 +0000 (14:58 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Mon, 9 Mar 2020 14:26:10 +0000 (16:26 +0200)
.github/workflows/test.yml

index c6c2800b9e6fbf4151e4c777cc1f05fc89c78a23..1958de409b0cd11af186a3f7de8146d987558311 100644 (file)
@@ -38,7 +38,6 @@ jobs:
           key: ${{ runner.os }}-ruby-v${{ matrix.ruby }}-${{ hashFiles('Gemfile') }}-${{ hashFiles('Gemfile.lock') }}-${{ hashFiles('.github/workflows/test.yml') }}
           restore-keys: |
             ${{ runner.os }}-ruby-v${{ matrix.ruby }}-${{ hashFiles('Gemfile') }}-${{ hashFiles('Gemfile.lock') }}-${{ hashFiles('.github/workflows/test.yml') }}
-            ${{ runner.os }}-ruby-v${{ matrix.ruby }}-
 
       - name: Set up npm cache
         uses: actions/cache@v1
@@ -47,7 +46,6 @@ jobs:
           key: ${{ runner.os }}-node-v${{ matrix.node }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}-${{ hashFiles('.github/workflows/test.yml') }}
           restore-keys: |
             ${{ runner.OS }}-node-v${{ matrix.node }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}-${{ hashFiles('.github/workflows/test.yml') }}
-            ${{ runner.OS }}-node-v${{ matrix.node }}-
 
       - name: Set up Bundler
         run: gem install bundler -v "~> 1.17"