Skip to content

Commit b008bc9

Browse files
committed
add offline test
1 parent 41f7fb1 commit b008bc9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,12 @@ jobs:
7676
fail-fast: true
7777
matrix:
7878
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
7985
steps:
8086
- uses: actions/checkout@v3
8187

0 commit comments

Comments
 (0)