-
Notifications
You must be signed in to change notification settings - Fork 63
Refactor makefile and gh actions #1049
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
Refactor makefile and gh actions #1049
Conversation
a33cb84 to
83e0585
Compare
|
TODO: |
6db59bf to
a76024f
Compare
As discussed, this PR changes NWO to place the generated |
arner
left a comment
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.
Nice one!
Makefile
Outdated
| cd ./integration/$(firstword $(subst -, ,$*))/$(subst $(firstword $(subst -, ,$*))-,,$*); \ | ||
| ginkgo $(GINKGO_TEST_OPTS) . | ||
|
|
||
| #cd ./integration/$(word 1,$(subst -, ,$(@:integration-tests-%=%)))/$(word 2,$(subst -, ,$(@:integration-tests-%=%))); \ |
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.
can this be removed or explained?
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.
good catch! removed
- cleanup / update gh actions - cleanup makefile - move some integration tests to adress changes in makefile Signed-off-by: Marcus Brandenburger <bur@zurich.ibm.com>
Signed-off-by: Marcus Brandenburger <bur@zurich.ibm.com>
a76024f to
52d4ceb
Compare
cmdfolder now inout/cmdfor each integration test.