We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2667a89 commit 3a1ea3dCopy full SHA for 3a1ea3d
.github/workflows/release.yaml
@@ -1,7 +1,8 @@
1
name: Release
2
on:
3
- schedule:
4
- - cron: '0 12 * * 1-4' # every day 12:00 UTC Monday-Thursday
+ # Auto-deploy is disabled while react 18 upgrade is tested further.
+ # schedule:
5
+ # - cron: '0 12 * * 1-4' # every day 12:00 UTC Monday-Thursday
6
# manual trigger
7
workflow_dispatch:
8
@@ -70,7 +71,7 @@ jobs:
70
71
uses: uniswap/[email protected]
72
with:
73
cidv0: ${{ steps.pinata.outputs.hash }}
-
74
+
75
- uses: actions/cache@v3
76
id: cypress-cache
77
cypress/e2e/swap.test.ts
@@ -1,4 +1,4 @@
-describe('Swap', () => {
+describe.skip('Swap', () => {
beforeEach(() => {
cy.visit('/swap').get('#swap-currency-input .token-amount-input')
})
0 commit comments