Skip to content

Commit

Permalink
Only test a subset of test (to reduce CI usage during testing)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens committed Nov 21, 2024
1 parent dfbaba3 commit 8faa341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI-distro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
id: set-matrix
run: julia --project=. -e '
using Artifacts;
output = sprint(print, "gap-packages=", readdir(artifact"gap_packages"));
output = sprint(print, "gap-packages=", filter(startswith("f"), readdir(artifact"gap_packages")));
println(output);
open(ENV["GITHUB_OUTPUT"], "a") do io;
println(io, output);
Expand Down

0 comments on commit 8faa341

Please sign in to comment.