Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
frontend
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
vicotor
frontend
Commits
74e64c03
Commit
74e64c03
authored
Oct 11, 2023
by
tom
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add --ignore-optional flag to yarn command in CI
parent
0a2f045f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
checks.yml
.github/workflows/checks.yml
+5
-5
No files found.
.github/workflows/checks.yml
View file @
74e64c03
...
@@ -42,7 +42,7 @@ jobs:
...
@@ -42,7 +42,7 @@ jobs:
-
name
:
Install dependencies
-
name
:
Install dependencies
if
:
steps.cache-node-modules.outputs.cache-hit != 'true'
if
:
steps.cache-node-modules.outputs.cache-hit != 'true'
run
:
yarn --frozen-lockfile
run
:
yarn --frozen-lockfile
--ignore-optional
-
name
:
Run ESLint
-
name
:
Run ESLint
run
:
yarn lint:eslint
run
:
yarn lint:eslint
...
@@ -74,10 +74,10 @@ jobs:
...
@@ -74,10 +74,10 @@ jobs:
-
name
:
Install dependencies
-
name
:
Install dependencies
if
:
steps.cache-node-modules.outputs.cache-hit != 'true'
if
:
steps.cache-node-modules.outputs.cache-hit != 'true'
run
:
yarn --frozen-lockfile
run
:
yarn --frozen-lockfile
--ignore-optional
-
name
:
Install script dependencies
-
name
:
Install script dependencies
run
:
cd ./deploy/tools/envs-validator && yarn --frozen-lockfile
run
:
cd ./deploy/tools/envs-validator && yarn --frozen-lockfile
--ignore-optional
-
name
:
Copy secrets file
-
name
:
Copy secrets file
run
:
cp ./.env.example ./configs/envs/.env.secrets
run
:
cp ./.env.example ./configs/envs/.env.secrets
...
@@ -114,7 +114,7 @@ jobs:
...
@@ -114,7 +114,7 @@ jobs:
-
name
:
Install dependencies
-
name
:
Install dependencies
if
:
steps.cache-node-modules.outputs.cache-hit != 'true'
if
:
steps.cache-node-modules.outputs.cache-hit != 'true'
run
:
yarn --frozen-lockfile
run
:
yarn --frozen-lockfile
--ignore-optional
-
name
:
Run Jest
-
name
:
Run Jest
run
:
yarn test:jest
run
:
yarn test:jest
...
@@ -156,7 +156,7 @@ jobs:
...
@@ -156,7 +156,7 @@ jobs:
-
name
:
Install dependencies
-
name
:
Install dependencies
if
:
steps.cache-node-modules.outputs.cache-hit != 'true'
if
:
steps.cache-node-modules.outputs.cache-hit != 'true'
run
:
yarn --frozen-lockfile
run
:
yarn --frozen-lockfile
--ignore-optional
-
name
:
Run PlayWright
-
name
:
Run PlayWright
run
:
yarn test:pw:ci
run
:
yarn test:pw:ci
...
...
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