Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gargantext-ihaskell
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
gargantext
gargantext-ihaskell
Commits
cf46da18
Unverified
Commit
cf46da18
authored
Aug 22, 2021
by
Vaibhav Sagar
Committed by
GitHub
Aug 22, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.github/workflows/ci.yml: don't run sample notebook on GHC 8.0 (#1256)
parent
804d83f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
3 deletions
+10
-3
ci.yml
.github/workflows/ci.yml
+10
-3
No files found.
.github/workflows/ci.yml
View file @
cf46da18
...
@@ -82,13 +82,20 @@ jobs:
...
@@ -82,13 +82,20 @@ jobs:
stack install gtk2hs-buildtools
stack install gtk2hs-buildtools
stack build hmatrix
stack build hmatrix
stack build --dependencies-only
stack build --dependencies-only
-
name
:
Run tests
-
name
:
Run
Haskell
tests
run
:
|
run
:
|
set -e
set -e
stack build ipython-kernel --flag ipython-kernel:examples
stack build ipython-kernel --flag ipython-kernel:examples
stack test --no-terminal
stack test ihaskell --no-terminal
-
name
:
Run integration test
# The test is flaky on GHC 8.0 so we don't run it. As long as the tests
# above pass, it's unlikely that we'll introduce a bug that we will
# only catch through the integration test on this version and not other
# versions.
if
:
${{ matrix.versions.stack-yaml != 'stack-8.0.yaml' }}
run
:
|
set -e
stack build --no-terminal
stack build --no-terminal
# Ensure that IHaskell notebook remains unchanged.
# Ensure that IHaskell notebook remains unchanged.
# Run the notebook to regenerate the outputs, then compare the new notebook to the old one.
# Run the notebook to regenerate the outputs, then compare the new notebook to the old one.
stack install
stack install
...
...
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