Skip to content

Commit

Permalink
turns out its more cleaver than you'd think
Browse files Browse the repository at this point in the history
  • Loading branch information
jagoosw committed Jul 26, 2024
1 parent f95789a commit 837f8e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ steps:
plugins:
- JuliaCI/julia#v1:
version: "1.10"
command: "julia --color=yes --project -e 'using Pkg; Pkg.status()'"
command:
- "julia --color=yes --project -e 'using Pkg; Pkg.status()'"
- "echo 'this is the copy'"
notify:
- github_commit_status:
context: "Setup test environment"
Expand Down

0 comments on commit 837f8e2

Please sign in to comment.