-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make CI independent of docker registry #199
Make CI independent of docker registry #199
Conversation
6079817
to
29d321d
Compare
- Ocaml generated tests should not run on Ledger CI.
a5791f4
to
cdc33e2
Compare
scripts/test_swap.sh
Outdated
--rm -v "$(realpath .):/app" \ | ||
ledger-app-tezos-integration-tests -c \ | ||
"cd /app && \ | ||
pip install -r test/python/requirements.txt -q -q && \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-q -q
looks weird? could you fix it in a follow up?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It does look weird but its right syntax for disabling two staged of output except the 'critical'. To disable output entirely its '-q -q -q'
- update shell commands as ledger uses alpine linux.
cdc33e2
to
f27609d
Compare
fixes #197