Skip to content

Commit

Permalink
Skip condition in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mofeing authored and Sergio Sánchez Ramírez committed Jul 3, 2024
1 parent 0913999 commit a8532bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
SDKROOT=`xcrun --show-sdk-path` julia --project=deps deps/build_local.jl
cp LocalPreferences.toml test/
- uses: julia-actions/julia-runtest@v1
if: steps.buildpkg.outcome == 'success'
# if: steps.buildpkg.outcome == 'success'
id: run_tests
env:
JULIA_PKG_SERVER_REGISTRY_PREFERENCE: eager
Expand Down

0 comments on commit a8532bd

Please sign in to comment.