Skip to content

Commit

Permalink
[1760]: Fix the test workflow to remove the correct string from the p…
Browse files Browse the repository at this point in the history
…kgs and re-add the corrected string to the corrected part file. I got so much wrong there.
  • Loading branch information
SpicyLemon committed May 23, 2024
1 parent 7000e1e commit 78bd039
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ jobs:
# By forcing that one into 00, it should reduce the overall run-time of all these tests by about a minute.
run: |
grep -vF \
-e 'github.com/provenance-io/provenance//x/quarantine/client/testutil' \
-e 'github.com/provenance-io/provenance/x/quarantine/client/testutil' \
pkgs.txt > pkgs.txt.tmp
split -d -n l/4 pkgs.txt.tmp pkgs.txt.part.
printf '%s\n' \
'github.com/provenance-io/provenance//x/quarantine/client/testutil' \
>> pkgs.txt.part.04
'github.com/provenance-io/provenance/x/quarantine/client/testutil' \
>> pkgs.txt.part.03
- uses: actions/upload-artifact@v4
with:
name: "${{ steps.def-vars.outputs.file-prefix }}-pkgs.txt.part.00"
Expand Down

0 comments on commit 78bd039

Please sign in to comment.