Skip to content

Commit 6ff35b5

Browse files
committed
Add fallback for optional matrix options
1 parent de80438 commit 6ff35b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
runs-on: ubuntu-20.04
7070
container:
7171
image: ${{ matrix.container.tag }}
72-
options: ${{ matrix.container.options }}
72+
options: ${{ matrix.container.options || '--add-host github-complains-if-this-is-empty.com:127.0.0.1' }}
7373
strategy:
7474
fail-fast: false
7575
matrix:

0 commit comments

Comments
 (0)