We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 839d4ac commit 0f36cf7Copy full SHA for 0f36cf7
.github/workflows/release.yaml
@@ -1,8 +1,7 @@
1
name: Release
2
on:
3
- # Auto-deploy is disabled while react 18 upgrade is tested further.
4
- # schedule:
5
- # - cron: '0 12 * * 1-4' # every day 12:00 UTC Monday-Thursday
+ schedule:
+ - cron: '0 12 * * 1-4' # every day 12:00 UTC Monday-Thursday
6
# manual trigger
7
workflow_dispatch:
8
@@ -71,7 +70,7 @@ jobs:
71
70
uses: uniswap/convert-cidv0-cidv1@v1.0.0
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.skip('Swap', () => {
+describe('Swap', () => {
beforeEach(() => {
cy.visit('/swap').get('#swap-currency-input .token-amount-input')
})
0 commit comments