chore: trigger test run

This commit is contained in:
Matthew Russell 2022-09-28 15:14:14 -07:00
parent 0575464151
commit 0ffc104b8f
No known key found for this signature in database
GPG Key ID: EF695622F2C5E3D8
2 changed files with 3 additions and 2 deletions

View File

@ -155,11 +155,11 @@ jobs:
- name: Start service using fairground network
if: ${{ env.RUN_CAPSULE==false }}
run: vegawallet service run --network fairground --automatic-consent --home ~/.vegacapsule/testnet/wallet &
run: vegawallet service run --network fairground --automatic-consent --home ~/.vegacapsule/testnet/wallet --no-version-check &
- name: Start service using capsule network
if: ${{ env.RUN_CAPSULE }}
run: vegawallet service run --network DV --automatic-consent --home ~/.vegacapsule/testnet/wallet &
run: vegawallet service run --network DV --automatic-consent --home ~/.vegacapsule/testnet/wallet --no-version-check &
######
## Run some tests

View File

@ -46,6 +46,7 @@ export function VegaConnectDialog({
return (
<Dialog
data-testid="test-change"
open={dialogOpen}
onChange={setDialogOpen}
title="Connect to your Vega Wallet"