Skip to content

Commit

Permalink
[1760]: Split the right file for the github test action.
Browse files Browse the repository at this point in the history
  • Loading branch information
SpicyLemon committed May 23, 2024
1 parent e91e47f commit 5512f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
# with just the x/marker/simulation test.
# TODO[1760]: Re-analyze how long tests tests take and change the splitting back to be based on speed if needed.
run: |
split -d -n l/4 pkgs.txt.tmp pkgs.txt.part.
split -d -n l/4 pkgs.txt pkgs.txt.part.
- uses: actions/upload-artifact@v4
with:
name: "${{ steps.def-vars.outputs.file-prefix }}-pkgs.txt.part.00"
Expand Down

0 comments on commit 5512f27

Please sign in to comment.