Commit 3a1ea3df authored by Vignesh Mohankumar's avatar Vignesh Mohankumar Committed by GitHub

build: pause deploy (#4102)

parent 2667a897
name: Release
on:
schedule:
- cron: '0 12 * * 1-4' # every day 12:00 UTC Monday-Thursday
# Auto-deploy is disabled while react 18 upgrade is tested further.
# schedule:
# - cron: '0 12 * * 1-4' # every day 12:00 UTC Monday-Thursday
# manual trigger
workflow_dispatch:
......@@ -70,7 +71,7 @@ jobs:
uses: uniswap/convert-cidv0-cidv1@v1.0.0
with:
cidv0: ${{ steps.pinata.outputs.hash }}
- uses: actions/cache@v3
id: cypress-cache
with:
......
describe('Swap', () => {
describe.skip('Swap', () => {
beforeEach(() => {
cy.visit('/swap').get('#swap-currency-input .token-amount-input')
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment