From 5512f27476b6fe4f58ee44977ef3a90e361f7ea9 Mon Sep 17 00:00:00 2001 From: Daniel Wedul Date: Wed, 22 May 2024 21:46:16 -0600 Subject: [PATCH] [1760]: Split the right file for the github test action. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b17a8d277..136c492f2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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"