Skip to content

Commit

Permalink
Update PlutoExampleBuilder.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0815Creeper authored Feb 11, 2024
1 parent ae1ab3d commit 1e92f34
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/PlutoExampleBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
echo $(ls)
echo $(ls examples)
echo $(ls examples/src)
- name: CLI tests
run: |
echo "testouputCLI"
curl "http://go.microsoft.com/fwlink/?LinkId=113387"
curl -MaximumRedirection 0 "http://go.microsoft.com/fwlink/?LinkId=113387"
# run: julia -e 'using Pkg; Pkg.add("PlutoSliderServer"); Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
- run: julia -e 'using Pkg; Pkg.add("PlutoSliderServer"); Pkg.add("FMIFlux")'
- run: julia -e 'using PlutoSliderServer; PlutoSliderServer.export_notebook("examples/src/plutocon_2023.jl")'
Expand Down

0 comments on commit 1e92f34

Please sign in to comment.