correct paths
This commit is contained in:
parent
2ea4ffe096
commit
0dedd42edd
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -73,8 +73,8 @@ jobs:
|
|||||||
- name: Run Graphical test
|
- name: Run Graphical test
|
||||||
run: |
|
run: |
|
||||||
$TESTCMD --project -e 'using Pkg; Pkg.test(coverage=true);'
|
$TESTCMD --project -e 'using Pkg; Pkg.test(coverage=true);'
|
||||||
$TESTCMD -e 'using Pkg; Pkg.activate(tmpdir()); Pkg.develop(path="."); Pkg.add("StatsPlots"); Pkg.test("StatsPlots");'
|
$TESTCMD -e 'using Pkg; Pkg.activate(tempdir()); Pkg.develop(path=abspath(".")); Pkg.add("StatsPlots"); Pkg.test("StatsPlots");'
|
||||||
$TESTCMD -e 'using Pkg; Pkg.activate(tmpdir()); Pkg.develop(path="."); Pkg.add("GraphRecipes"); Pkg.test("GraphRecipes");'
|
$TESTCMD -e 'using Pkg; Pkg.activate(tempdir()); Pkg.develop(path=abspath(".")); Pkg.add("GraphRecipes"); Pkg.test("GraphRecipes");'
|
||||||
|
|
||||||
- name: Codecov
|
- name: Codecov
|
||||||
uses: julia-actions/julia-uploadcodecov@latest
|
uses: julia-actions/julia-uploadcodecov@latest
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user