Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
55ce0df0
Commit
55ce0df0
authored
Oct 02, 2020
by
ioedeveloper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Specify full path of shared folder
parent
42393185
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
browser_tests_chrome.sh
apps/remix-ide/ci/browser_tests_chrome.sh
+4
-2
browser_tests_firefox.sh
apps/remix-ide/ci/browser_tests_firefox.sh
+4
-2
No files found.
apps/remix-ide/ci/browser_tests_chrome.sh
View file @
55ce0df0
...
@@ -8,8 +8,10 @@ TEST_EXITCODE=0
...
@@ -8,8 +8,10 @@ TEST_EXITCODE=0
npm run ganache-cli &
npm run ganache-cli &
npm run serve &
npm run serve &
echo
'sharing folder: apps/remix-ide/contracts'
&
echo
'sharing folder: '
&
npm run remixd
echo
$PWD
&
echo
'/apps/remix-ide/contracts'
&
npm run remixd &
sleep
5
sleep
5
...
...
apps/remix-ide/ci/browser_tests_firefox.sh
View file @
55ce0df0
...
@@ -8,8 +8,10 @@ TEST_EXITCODE=0
...
@@ -8,8 +8,10 @@ TEST_EXITCODE=0
npm run ganache-cli &
npm run ganache-cli &
npm run serve &
npm run serve &
echo
'sharing folder: apps/remix-ide/contracts'
&
echo
'sharing folder: '
&
npm run remixd
echo
$PWD
&
echo
'/apps/remix-ide/contracts'
&
npm run remixd &
sleep
5
sleep
5
...
...
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