Skip to content

Commit 51d1cb5

Browse files
committed
feat: hotfix release 0.67.1
feat: agent endpoints updated
1 parent d25fc88 commit 51d1cb5

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/release.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,13 @@ jobs:
121121
asset_name: liquality-wallet-${{ steps.get_current_tag.outputs.tag }}.zip
122122
asset_content_type: application/zip
123123

124-
# Run tests against Prod mainnet
125-
- name: Regression tests against Mainnet (PROD Agent)
126-
uses: beemi/puppeteer-headful@v1.0.11
127-
env:
128-
CI: 'true'
129-
DISPLAY: :99
130-
SEED_WORDS: ${{ secrets.TEST_NET_SEED_WORDS }}
131-
TWENTY_FOUR_SEEDS: ${{ secrets.TWENTY_FOUR_SEEDS }}
132-
with:
133-
args: yarn test:mainnet:prodagent:release
124+
## Run tests against Prod mainnet
125+
# - name: Regression tests against Mainnet (PROD Agent)
126+
# uses: beemi/puppeteer-headful@v1.0.11
127+
# env:
128+
# CI: 'true'
129+
# DISPLAY: :99
130+
# SEED_WORDS: ${{ secrets.TEST_NET_SEED_WORDS }}
131+
# TWENTY_FOUR_SEEDS: ${{ secrets.TWENTY_FOUR_SEEDS }}
132+
# with:
133+
# args: yarn test:mainnet:prodagent:release

0 commit comments

Comments
 (0)