Skip to content

Commit

Permalink
MORE PERMUTATIONS
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger committed Oct 24, 2023
1 parent 2df14f6 commit cdd45d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hole-punch-interop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
runs-on: ['self-hosted', 'linux', 'x64', '4xlarge'] # https://github.com/pl-strflt/tf-aws-gh-runner/blob/main/runners.tf
strategy:
matrix:
dim1: ['a', 'b', 'c', 'd']
dim2: [1, 2, 3, 4]
dim1: ['a', 'b', 'c', 'd', 'e', 'f']
dim2: [1, 2, 3, 4, 5, 6]
fail-fast: false
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit cdd45d0

Please sign in to comment.