File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed
Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments