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