-
Notifications
You must be signed in to change notification settings - Fork 119
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
feat: Run Flank Github action with config provided by user #1673
Conversation
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
d75d21c
to
47dea64
Compare
Timestamp: 2021-03-09 17:22:30 |
47dea64
to
6f06bb2
Compare
6f06bb2
to
810cac1
Compare
runs: | ||
using: "composite" | ||
steps: | ||
- name: Download flankScripts | ||
run: | | ||
curl -L https://github.com/Flank/flank/releases/download/flank-scripts-1.9.0/flank-scripts.jar --output flank-scripts.jar | ||
curl -L https://github.com/Flank/flank/releases/download/flank-scripts-1.9.1/flank-scripts.jar --output flank-scripts.jar |
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.
is there a possibility to always retrieve the latest?
Therefore we dont need to constantly change the version number?
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.
@Sloox
It is by design because we are sure that we will use a stable version tested with this Github action
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.
Minor comment
Fixes #1598
Test Plan
Flank Github action works properly 🎉
Please see the test repository for running examples
Checklist