-
Notifications
You must be signed in to change notification settings - Fork 10
Basic self hosted stormweaver runner #421
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
Conversation
c8f4c6f
to
2c984d0
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
❌ Your project status has failed because the head coverage (84.76%) is below the target coverage (90.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## TDE_REL_17_STABLE #421 +/- ##
==================================================
Coverage 84.76% 84.76%
==================================================
Files 21 21
Lines 2566 2566
Branches 393 393
==================================================
Hits 2175 2175
Misses 311 311
Partials 80 80
🚀 New features to boost your workflow:
|
bd753a7
to
d77f6de
Compare
.github/workflows/stormweaver.yml
Outdated
uses: actions/checkout@master | ||
with: | ||
repository: 'percona-lab/stormweaver' | ||
path: 'src/stormweaver' |
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.
This src
prefix directory everywhere seems redundant
.github/workflows/stormweaver.yml
Outdated
|
||
- name: Install/build dependencies | ||
run: | | ||
export PATH="$PATH:/home/ghrunner/.local/bin" |
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.
Looks like it makes sense to set PATH globally: https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions#environment-files
4e85f93
to
0a176ea
Compare
This builds and runs postgres and stormweaver on smblade1 with the basic scenario.
This builds and runs postgres and stormweaver on smblade1 with the basic
scenario.