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 6a1506aCopy full SHA for 6a1506a
.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
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