Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
interface
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LuckySwap
interface
Commits
3a1ea3df
Unverified
Commit
3a1ea3df
authored
Jul 13, 2022
by
Vignesh Mohankumar
Committed by
GitHub
Jul 13, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: pause deploy (#4102)
parent
2667a897
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
release.yaml
.github/workflows/release.yaml
+4
-3
swap.test.ts
cypress/e2e/swap.test.ts
+1
-1
No files found.
.github/workflows/release.yaml
View file @
3a1ea3df
name
:
Release
on
:
schedule
:
-
cron
:
'
0
12
*
*
1-4'
# every day 12:00 UTC Monday-Thursday
# Auto-deploy is disabled while react 18 upgrade is tested further.
# schedule:
# - cron: '0 12 * * 1-4' # every day 12:00 UTC Monday-Thursday
# manual trigger
workflow_dispatch
:
...
...
@@ -70,7 +71,7 @@ jobs:
uses
:
uniswap/convert-cidv0-cidv1@v1.0.0
with
:
cidv0
:
${{ steps.pinata.outputs.hash }}
-
uses
:
actions/cache@v3
id
:
cypress-cache
with
:
...
...
cypress/e2e/swap.test.ts
View file @
3a1ea3df
describe
(
'
Swap
'
,
()
=>
{
describe
.
skip
(
'
Swap
'
,
()
=>
{
beforeEach
(()
=>
{
cy
.
visit
(
'
/swap
'
).
get
(
'
#swap-currency-input .token-amount-input
'
)
})
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment