Skip to content

Commit

Permalink
debug macos issue
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Jan 30, 2025
1 parent e34c63a commit 18b90f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
test:
runs-on: ${{ matrix.os }}
timeout-minutes: 20
timeout-minutes: 30

strategy:
fail-fast: false
Expand Down
3 changes: 2 additions & 1 deletion src/setup_build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ function get_build_dir()
build_node(@get_scratch!("build_dir3"))
end

ci() = get(ENV, "CI", "neetjes") != "neetjes"

function build_node(dir)
@info "PlutoPDF: Running npm install in scratch space..."
Expand All @@ -30,7 +31,7 @@ function build_node(dir)

cd(dir) do
run(`$npm --version`)
run(`$npm install`)
run(ci() ? `$npm install --verbose` : `$npm install`)
end

dir
Expand Down

0 comments on commit 18b90f6

Please sign in to comment.