Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Romain Casati
Basthon-JupyterLab
Commits
d613dd9d
Commit
d613dd9d
authored
Mar 27, 2021
by
Jeremy Tuloup
Browse files
Skip tests on CI for now
parent
91368a24
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/build.yml
View file @
d613dd9d
...
@@ -16,12 +16,11 @@ jobs:
...
@@ -16,12 +16,11 @@ jobs:
uses
:
actions/setup-node@v2
uses
:
actions/setup-node@v2
with
:
with
:
node-version
:
'
14.x'
node-version
:
'
14.x'
-
name
:
Lint
-
name
:
Build
run
:
|
run
:
|
yarn
yarn
yarn run build
-
name
:
Lint
run
:
|
yarn run eslint:check
yarn run eslint:check
yarn run prettier:check
yarn run prettier:check
-
name
:
Test
run
:
|
yarn run build:test
yarn run test
Write
Preview
Supports
Markdown
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