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
40b939df
Unverified
Commit
40b939df
authored
May 29, 2021
by
Moody Salem
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore(ci): skip install step if node modules is cached and remove cache from release
parent
3ccecc5c
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
5 additions
and
12 deletions
+5
-12
crowdin-sync.yaml
.github/workflows/crowdin-sync.yaml
+1
-0
crowdin.yaml
.github/workflows/crowdin.yaml
+1
-0
integration-tests.yaml
.github/workflows/integration-tests.yaml
+1
-0
lint.yml
.github/workflows/lint.yml
+1
-0
release.yaml
.github/workflows/release.yaml
+0
-12
unit-tests.yaml
.github/workflows/unit-tests.yaml
+1
-0
No files found.
.github/workflows/crowdin-sync.yaml
View file @
40b939df
...
@@ -36,6 +36,7 @@ jobs:
...
@@ -36,6 +36,7 @@ jobs:
${{ runner.os }}-yarn-
${{ runner.os }}-yarn-
-
name
:
Install dependencies
-
name
:
Install dependencies
if
:
steps.yarn-cache.outputs.cache-hit != 'true'
run
:
yarn install --frozen-lockfile
run
:
yarn install --frozen-lockfile
-
name
:
Extract translations
-
name
:
Extract translations
...
...
.github/workflows/crowdin.yaml
View file @
40b939df
...
@@ -34,6 +34,7 @@ jobs:
...
@@ -34,6 +34,7 @@ jobs:
${{ runner.os }}-yarn-
${{ runner.os }}-yarn-
-
name
:
Install dependencies
-
name
:
Install dependencies
if
:
steps.yarn-cache.outputs.cache-hit != 'true'
run
:
yarn install --frozen-lockfile
run
:
yarn install --frozen-lockfile
-
name
:
Extract translations
-
name
:
Extract translations
...
...
.github/workflows/integration-tests.yaml
View file @
40b939df
...
@@ -35,6 +35,7 @@ jobs:
...
@@ -35,6 +35,7 @@ jobs:
${{ runner.os }}-yarn-
${{ runner.os }}-yarn-
-
name
:
Install dependencies
-
name
:
Install dependencies
if
:
steps.yarn-cache.outputs.cache-hit != 'true'
run
:
yarn install --frozen-lockfile
run
:
yarn install --frozen-lockfile
-
run
:
yarn cypress install
-
run
:
yarn cypress install
...
...
.github/workflows/lint.yml
View file @
40b939df
...
@@ -36,6 +36,7 @@ jobs:
...
@@ -36,6 +36,7 @@ jobs:
${{ runner.os }}-yarn-
${{ runner.os }}-yarn-
-
name
:
Install dependencies
-
name
:
Install dependencies
if
:
steps.yarn-cache.outputs.cache-hit != 'true'
run
:
yarn install --frozen-lockfile
run
:
yarn install --frozen-lockfile
-
name
:
Run linters
-
name
:
Run linters
...
...
.github/workflows/release.yaml
View file @
40b939df
...
@@ -33,18 +33,6 @@ jobs:
...
@@ -33,18 +33,6 @@ jobs:
-
name
:
Checkout
-
name
:
Checkout
uses
:
actions/checkout@v2
uses
:
actions/checkout@v2
-
name
:
Get yarn cache directory path
id
:
yarn-cache-dir-path
run
:
echo "::set-output name=dir::$(yarn cache dir)"
-
uses
:
actions/cache@v2
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-
-
name
:
Set up node
-
name
:
Set up node
uses
:
actions/setup-node@v2
uses
:
actions/setup-node@v2
with
:
with
:
...
...
.github/workflows/unit-tests.yaml
View file @
40b939df
...
@@ -34,6 +34,7 @@ jobs:
...
@@ -34,6 +34,7 @@ jobs:
${{ runner.os }}-yarn-
${{ runner.os }}-yarn-
-
name
:
Install dependencies
-
name
:
Install dependencies
if
:
steps.yarn-cache.outputs.cache-hit != 'true'
run
:
yarn install --frozen-lockfile
run
:
yarn install --frozen-lockfile
-
name
:
Run unit tests
-
name
:
Run unit tests
...
...
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