-
Notifications
You must be signed in to change notification settings - Fork 1
Conversation
@@ -46,6 +40,7 @@ public void tearDownAfterAll() { | |||
@Before | |||
@Override | |||
public void setUp() { | |||
super.setupBeforeAll(); |
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 this change is in the PR?
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.
without this change the test was failing in the git-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.
That's weird that changing from travis to github actions you have to change the tests too, but ok.
package-lock.json
Outdated
@@ -0,0 +1,3 @@ | |||
{ | |||
"lockfileVersion": 1 |
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 this file is 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.
Co-authored-by: Lam Tran <lam.tran@commercetools.de>
Remove travis and apply Github action for build.