From d3454e54b5f427d6c6676fc2da16b13f305403ca Mon Sep 17 00:00:00 2001 From: Simon Exner <43469235+0815Creeper@users.noreply.github.com> Date: Sun, 11 Feb 2024 18:55:44 +0100 Subject: [PATCH] Update PlutoExampleBuilder.yml --- .github/workflows/PlutoExampleBuilder.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/PlutoExampleBuilder.yml b/.github/workflows/PlutoExampleBuilder.yml index d2174fb8..86118bb8 100644 --- a/.github/workflows/PlutoExampleBuilder.yml +++ b/.github/workflows/PlutoExampleBuilder.yml @@ -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: @@ -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")'