-
Notifications
You must be signed in to change notification settings - Fork 14
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
chore: fix JavaScript algoliasearch artifacts #561
Conversation
✅ Deploy Preview for api-clients-automation canceled.
|
✗ The generated branch has been deleted.If the PR has been merged, you can check the generated code on the |
@@ -53,27 +53,27 @@ runs: | |||
path: clients/algoliasearch-client-javascript/packages/requester-node-http/ | |||
|
|||
# JavaScript | |||
- name: Download client-javascript-algoliasearch artifact | |||
- name: Download clients-javascript artifact |
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.
I've swapped the order here, as we don't want the js
global artifact to override the algoliasearch
one, as it happens after
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.
Cool !
🧭 What and Why
🎟 JIRA Ticket: -
Changes included:
We were restoring the clients twice in the JavaScript algoliasearch job, one included the
algoliasearch
client itself.🧪 Test
CI :D