Skip to content

Commit

Permalink
WIP: test with fewer tests and workers
Browse files Browse the repository at this point in the history
  • Loading branch information
jcschaff committed Dec 24, 2024
1 parent 5602be0 commit cad82eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/NightlyBMDB_CLI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ 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" ]
sets: [ "98", "99" ]
steps:
- name: Create Docker Image Dir
run: mkdir /tmp/docker
Expand Down

0 comments on commit cad82eb

Please sign in to comment.