We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de99419 commit c9698aeCopy full SHA for c9698ae
1 file changed
.github/workflows/ci.yml
@@ -72,16 +72,6 @@ jobs:
72
needs:
73
- build-container
74
- 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
85
steps:
86
- uses: actions/checkout@v3
87
@@ -105,7 +95,8 @@ jobs:
105
95
env:
106
96
CI: true
107
97
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
109
100
shell: bash
110
101
run: |
111
102
./test-localflare.sh
0 commit comments