-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
github-action: install synthetics for running the UTs in x-pack/heartbeat #38185
Conversation
- uses: actions/checkout@v4 | ||
- uses: actions/setup-go@v4 |
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.
Unrelated... but worth to upgrade to the latest available versions
run: go install github.com/magefile/mage | ||
run: | | ||
go install github.com/magefile/mage | ||
cd ${{ env.BEAT_MODULE }} && npm install @elastic/synthetics |
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.
Potentially, the Mage build system could be the one in charge of installing this particular dependency ... but that's something the heartbeat team might need to decide.
💚 Build Succeeded
History
cc @v1v |
💚 Build Succeeded
History
cc @v1v |
💚 Build Succeeded
History
cc @v1v |
💚 Build Succeeded
History
cc @v1v |
💚 Build Succeeded
cc @v1v |
Pinging @elastic/elastic-agent (Team:Elastic-Agent) |
💚 Build Succeeded
cc @v1v |
Proposed commit message
elastic/synthetics
dependency and the mage build system just uses it.Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Author's Checklist
How to test this PR locally
Related issues
Use cases
Screenshots
Logs