Skip to content

Commit 9373f1f

Browse files
rename config file name
1 parent aa22553 commit 9373f1f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/e2e-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
id: starship-infra
3131
uses: hyperweb-io/starship-action@1.0.0
3232
with:
33-
config: e2e/starship/configs/osmo-juno-cosmos.yaml
33+
config: e2e/starship/configs/osmosis-cosmoshub.yaml
3434

3535
- name: Install Playwright browsers
3636
run: cd e2e && npx playwright install --with-deps chromium

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"test:transaction-signing": "playwright test --grep \"交易簽名流程測試\"",
1313
"test:cross-chain-ux": "playwright test --grep \"跨鏈用戶體驗測試\"",
1414
"test:regression-ui": "playwright test --grep \"回歸測試/UI 案例\"",
15-
"starship": "starship --config ./starship/configs/osmo-juno-cosmos.yaml"
15+
"starship": "starship --config ./starship/configs/osmosis-cosmoshub.yaml"
1616
},
1717
"devDependencies": {
1818
"@playwright/test": "^1.40.0",
File renamed without changes.

0 commit comments

Comments
 (0)