-
Notifications
You must be signed in to change notification settings - Fork 226
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
(safe-service-client) Handle error messages and add e2e tests #64
Conversation
CLA Assistant Lite All Contributors have signed the CLA. |
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.
👏
.github/workflows/e2e-test.yml
Outdated
- run: yarn install | ||
- run: yarn build | ||
- run: yarn test:ci |
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.
- run: yarn install | |
- run: yarn build | |
- run: yarn test:ci | |
- run: | | |
yarn install | |
yarn build | |
yarn test:ci |
nitpick, but I find this way nicer
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.
True, thanks!
Safe Service Client