Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
interface
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LuckySwap
interface
Commits
4398fef3
Unverified
Commit
4398fef3
authored
May 12, 2020
by
Moody Salem
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use yarn cache plugin to speed up GitHub test actions
parent
ef659436
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
0 deletions
+30
-0
tests.yaml
.github/workflows/tests.yaml
+30
-0
No files found.
.github/workflows/tests.yaml
View file @
4398fef3
...
@@ -16,6 +16,16 @@ jobs:
...
@@ -16,6 +16,16 @@ jobs:
-
uses
:
actions/setup-node@v1
-
uses
:
actions/setup-node@v1
with
:
with
:
node-version
:
'
12'
node-version
:
'
12'
-
name
:
Get yarn cache directory path
id
:
yarn-cache-dir-path
run
:
echo "::set-output name=dir::$(yarn cache dir)"
-
uses
:
actions/cache@v1
id
:
yarn-cache
# use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
with
:
path
:
${{ steps.yarn-cache-dir-path.outputs.dir }}
key
:
${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys
:
|
${{ runner.os }}-yarn-
-
run
:
yarn
-
run
:
yarn
-
run
:
yarn integration-test
-
run
:
yarn integration-test
...
@@ -28,6 +38,16 @@ jobs:
...
@@ -28,6 +38,16 @@ jobs:
-
uses
:
actions/setup-node@v1
-
uses
:
actions/setup-node@v1
with
:
with
:
node-version
:
'
12'
node-version
:
'
12'
-
name
:
Get yarn cache directory path
id
:
yarn-cache-dir-path
run
:
echo "::set-output name=dir::$(yarn cache dir)"
-
uses
:
actions/cache@v1
id
:
yarn-cache
# use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
with
:
path
:
${{ steps.yarn-cache-dir-path.outputs.dir }}
key
:
${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys
:
|
${{ runner.os }}-yarn-
-
run
:
yarn
-
run
:
yarn
-
run
:
yarn test
-
run
:
yarn test
...
@@ -40,6 +60,16 @@ jobs:
...
@@ -40,6 +60,16 @@ jobs:
-
uses
:
actions/setup-node@v1
-
uses
:
actions/setup-node@v1
with
:
with
:
node-version
:
'
12'
node-version
:
'
12'
-
name
:
Get yarn cache directory path
id
:
yarn-cache-dir-path
run
:
echo "::set-output name=dir::$(yarn cache dir)"
-
uses
:
actions/cache@v1
id
:
yarn-cache
# use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
with
:
path
:
${{ steps.yarn-cache-dir-path.outputs.dir }}
key
:
${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys
:
|
${{ runner.os }}-yarn-
-
run
:
yarn
-
run
:
yarn
-
run
:
yarn lint
-
run
:
yarn lint
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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