Skip to content

Commit 0f36cf7

Browse files
committed
Revert "build: pause deploy (#4102)"
This reverts commit 3a1ea3d.
1 parent 839d4ac commit 0f36cf7

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: Release
22
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
3+
schedule:
4+
- cron: '0 12 * * 1-4' # every day 12:00 UTC Monday-Thursday
65
# manual trigger
76
workflow_dispatch:
87

@@ -71,7 +70,7 @@ jobs:
7170
uses: uniswap/convert-cidv0-cidv1@v1.0.0
7271
with:
7372
cidv0: ${{ steps.pinata.outputs.hash }}
74-
73+
7574
- uses: actions/cache@v3
7675
id: cypress-cache
7776
with:

cypress/e2e/swap.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
describe.skip('Swap', () => {
1+
describe('Swap', () => {
22
beforeEach(() => {
33
cy.visit('/swap').get('#swap-currency-input .token-amount-input')
44
})

0 commit comments

Comments
 (0)