Skip to content

Commit c9698ae

Browse files
committed
simplify matrix
1 parent de99419 commit c9698ae

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -72,16 +72,6 @@ jobs:
7272
needs:
7373
- build-container
7474
- define-env
75-
strategy:
76-
fail-fast: true
77-
matrix:
78-
START_ROSETTA_SERVER_AFTER_BOOTSTRAP: [true, false]
79-
MODE: [offline, online]
80-
exclude:
81-
- START_ROSETTA_SERVER_AFTER_BOOTSTRAP: true
82-
MODE: offline
83-
- START_ROSETTA_SERVER_AFTER_BOOTSTRAP: false
84-
MODE: online
8575
steps:
8676
- uses: actions/checkout@v3
8777

@@ -105,7 +95,8 @@ jobs:
10595
env:
10696
CI: true
10797
ROSETTA_IMAGE: ${{ needs.define-env.outputs.IMAGE_PATH_0 }}@${{ needs.build-container.outputs.IMAGE_SHA256_0 }}
108-
START_ROSETTA_SERVER_AFTER_BOOTSTRAP: ${{ matrix.START_ROSETTA_SERVER_AFTER_BOOTSTRAP }}
98+
START_ROSETTA_SERVER_AFTER_BOOTSTRAP: true
99+
MODE: online
109100
shell: bash
110101
run: |
111102
./test-localflare.sh

0 commit comments

Comments
 (0)