Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
server
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
Nextcloud
server
Commits
cb0ba3e0
Commit
cb0ba3e0
authored
Mar 27, 2023
by
Louis Chemineau
Browse files
Options
Downloads
Patches
Plain Diff
Do not stop docker in cypress workflow
Signed-off-by:
Louis Chemineau
<
louis@chmn.me
>
parent
dcd727ec
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.github/workflows/cypress.yml
+1
-1
1 addition, 1 deletion
.github/workflows/cypress.yml
cypress.config.ts
+3
-1
3 additions, 1 deletion
cypress.config.ts
cypress/e2e/files_versions/version_restoration.cy.ts
+1
-1
1 addition, 1 deletion
cypress/e2e/files_versions/version_restoration.cy.ts
with
5 additions
and
3 deletions
.github/workflows/cypress.yml
+
1
−
1
View file @
cb0ba3e0
...
...
@@ -97,7 +97,7 @@ jobs:
-
name
:
Upload NC logs
uses
:
actions/upload-artifact@v3
if
:
${{
matrix.containers != 'component'
}}
if
:
( success() || failure() ) &&
matrix.containers != 'component'
with
:
name
:
nc_logs_${{ matrix.containers }}
path
:
nextcloud.log
...
...
This diff is collapsed.
Click to expand it.
cypress.config.ts
+
3
−
1
View file @
cb0ba3e0
...
...
@@ -71,7 +71,9 @@ export default defineConfig({
// Remove container after run
on
(
'
after:run
'
,
()
=>
{
if
(
!
process
.
env
.
CI
)
{
stopNextcloud
()
}
})
// Before the browser launches
...
...
This diff is collapsed.
Click to expand it.
cypress/e2e/files_versions/version_restoration.cy.ts
+
1
−
1
View file @
cb0ba3e0
...
...
@@ -24,7 +24,7 @@ import { assertVersionContent, clickPopperAction, openVersionMenu, openVersionsP
function
restoreVersion
(
index
:
number
)
{
openVersionMenu
(
index
)
clickPopperAction
(
"
Restore version
"
)
clickPopperAction
(
'
Restore version
'
)
}
describe
(
'
Versions restoration
'
,
()
=>
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment