Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Release
on:
# Auto-deploy is disabled while react 18 upgrade is tested further.
# schedule:
# - 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
# manual trigger
workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion cypress/e2e/swap.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
describe.skip('Swap', () => {
describe('Swap', () => {
beforeEach(() => {
cy.visit('/swap').get('#swap-currency-input .token-amount-input')
})
Expand Down