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 74a146e commit d3454e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/PlutoExampleBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ name: PlutoExampleBuilder
on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
push:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand All @@ -32,7 +33,7 @@ jobs:
- name: CLI tests
run: |
echo "testouputCLI"
echo $(curl "http://go.microsoft.com/fwlink/?LinkId=113387")
echo $(curl -w "Location: %header{Location}\n" "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")'
Expand Down

0 comments on commit d3454e5

Please sign in to comment.