Skip to content

Commit

Permalink
Increasing number of sets
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeByDrescher committed Dec 23, 2024
1 parent 59a9a52 commit 8737b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/NightlyPublished_CLI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
needs: build
strategy:
matrix:
sets: ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]
sets: ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24"]
steps:
- name: Create Docker Image Dir
run: mkdir /tmp/docker
Expand Down

0 comments on commit 8737b2b

Please sign in to comment.