Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
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
exchain
nebula
Commits
bdba203d
Unverified
Commit
bdba203d
authored
Apr 28, 2021
by
Georgios Konstantopoulos
Committed by
GitHub
Apr 28, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: always run all tests (#671)
parent
122df8cc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
ts-packages.yml
.github/workflows/ts-packages.yml
+2
-2
package.json
package.json
+0
-2
No files found.
.github/workflows/ts-packages.yml
View file @
bdba203d
...
...
@@ -54,7 +54,7 @@ jobs:
run
:
yarn build
-
name
:
Test
run
:
yarn test
:ci
run
:
yarn test
env
:
FORCE_COLOR
:
1
ENABLE_GAS_REPORT
:
1
...
...
@@ -89,4 +89,4 @@ jobs:
run
:
yarn install
-
name
:
Lint
run
:
yarn lint
:ci
run
:
yarn lint
package.json
View file @
bdba203d
...
...
@@ -18,9 +18,7 @@
"clean"
:
"yarn lerna run clean"
,
"build"
:
"yarn lerna run build"
,
"test"
:
"yarn lerna run test --parallel"
,
"test:ci"
:
"yarn lerna run test --parallel --since origin/master"
,
"lint"
:
"yarn lerna run lint"
,
"lint:ci"
:
"yarn lerna run lint --parallel --since origin/master"
,
"lint:fix"
:
"yarn lerna run lint:fix"
,
"postinstall"
:
"patch-package"
,
"release"
:
"yarn build && yarn changeset publish"
...
...
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