Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Mobile
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
217
Merge Requests
12
Security & Compliance
Packages
Analytics
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Minds
Minds Mobile
Commits
0b987055
Commit
0b987055
authored
1 hour ago
by
Martin Santangelo
Browse files
Options
Download
(chore) disable test for smoke test
parent
614ae7ff
test/3.16.0-smoke1
No related merge requests found
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
16 deletions
+12
-16
.circleci/config.yml
View file @
0b987055
...
...
@@ -195,10 +195,7 @@ workflows:
version
:
2
node-ios
:
jobs
:
-
test
-
ios
:
requires
:
-
test
filters
:
branches
:
only
:
...
...
This diff is collapsed.
.gitlab-ci.yml
View file @
0b987055
stages
:
-
test
-
build
-
i18n
-
deploy
# Spec test
test:jest:
image
:
node:10.16.3
stage
:
test
cache
:
key
:
${CI_COMMIT_REF_SLUG}
paths
:
-
node_modules/
-
.jest/cache/
before_script
:
-
yarn install --frozen-lockfile
script
:
-
yarn test
#
test:jest:
#
image: node:10.16.3
#
stage: test
#
cache:
#
key: ${CI_COMMIT_REF_SLUG}
#
paths:
#
- node_modules/
#
- .jest/cache/
#
before_script:
#
- yarn install --frozen-lockfile
#
script:
#
- yarn test
# Upload new terms to poeditor
i18n:upload:
...
...
This diff is collapsed.
Please
register
or
sign in
to comment