Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
16a82e7e
Commit
16a82e7e
authored
5 years ago
by
XhmikosR
Browse files
Options
Download
Email Patches
Plain Diff
Update test.yml (#29863)
Fix cache name
parent
e2530bf3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/test.yml
+3
-4
.github/workflows/test.yml
with
3 additions
and
4 deletions
+3
-4
.github/workflows/test.yml
+
3
-
4
View file @
16a82e7e
...
...
@@ -42,11 +42,10 @@ jobs:
uses
:
actions/cache@v1
with
:
path
:
~/.npm
key
:
${{ runner.os }}-node-v{{ matrix.node }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}-${{ hashFiles('.github/workflows/test.yml') }}
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 }}-${{ env.cache-name }}-
${{ runner.OS }}-node-v{{ matrix.node }}-
${{ runner.OS }}-
${{ 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"
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment