Skip to content
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

Merged
merged 15 commits into from
Sep 14, 2021

Conversation

germartinez
Copy link
Member

@germartinez germartinez commented Sep 14, 2021

Safe Service Client

  • Handle error messages
  • Add e2e tests

@github-actions
Copy link

CLA Assistant Lite All Contributors have signed the CLA.

@germartinez germartinez requested a review from mmv08 September 14, 2021 09:35
Copy link
Member

@mmv08 mmv08 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👏

Comment on lines 23 to 25
- run: yarn install
- run: yarn build
- run: yarn test:ci
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- 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

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

True, thanks!

@germartinez germartinez merged commit ef62f4a into development Sep 14, 2021
@germartinez germartinez deleted the service-client-e2e branch September 14, 2021 10:29
@github-actions github-actions bot locked and limited conversation to collaborators Sep 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pass error messages from a transaction service to the safe-service-client
2 participants