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
DynareJulia
LinearRationalExpectations.jl
Commits
9d0075ba
Unverified
Commit
9d0075ba
authored
Apr 13, 2021
by
Sébastien Villemot
Browse files
CI: run Pkg.Registry.update() before Pkg.test()
parent
6818d627
Pipeline
#5142
passed with stage
in 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9d0075ba
...
@@ -9,4 +9,4 @@ stages:
...
@@ -9,4 +9,4 @@ stages:
unit_tests
:
unit_tests
:
stage
:
test
stage
:
test
script
:
script
:
-
$JULIA --project=@. -e "import Pkg; Pkg.test()"
-
$JULIA --project=@. -e "import Pkg;
Pkg.Registry.update();
Pkg.test()"
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