-
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
Test for various cli parameter invocations #147
Conversation
7d17837
to
ca4eea1
Compare
Pull Request Test Coverage Report for Build 13197802809Details
💛 - Coveralls |
57a39f6
to
fb7fc54
Compare
fb7fc54
to
2e54b0c
Compare
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.
A couple of questions inline.
76710d6
to
6e57aef
Compare
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.
A couple of inline questions
6e57aef
to
24b3b12
Compare
d0c8bd7
to
2a4d5f0
Compare
ef74a57
to
d6d295c
Compare
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.
A couple of comments/questions inline.
c151e9f
to
01f9b4b
Compare
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.
A couple of things inline.
@@ -137,6 +138,8 @@ jobs: | |||
cijoe --example ${{ matrix.usage_example }} | |||
|
|||
- name: Run it! | |||
env: | |||
GHA_RUNNER_TOKEN: "BFGC6XRGGM7PUVLC5NYXARLHQ6FI6" |
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.
Why is this token added here?
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.
There where no other clear way, workflows that runs in a pull request and which are not initiated from a user of the project will not have the secrets included in the run. This will leave the build always failed in that use case.
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.
Ah! We are in the other PR. This was meant for GHA example. I guess the splitting up of the commits into PR's did result in this being included erroneously
@@ -129,6 +129,7 @@ jobs: | |||
- name: Build and install cijoe from source | |||
run: | | |||
pipx uninstall cijoe | |||
pipx install build |
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 should not be needed. make deps
on the next line does pipx-install?
Signed-off-by: Morten B. Rasmussen <[email protected]>
01f9b4b
to
1bbe034
Compare
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.
lgtm.
No description provided.