-
Notifications
You must be signed in to change notification settings - Fork 644
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci : E2E tests should also run on GitHub MacOS runners
+ Enable E2E tests to run on GitHub MacOS runners + Use `crazy-max/ghaction-setup-docker` action to set up docker on MacOS Signed-off-by: Rohan Kumar <[email protected]>
- Loading branch information
1 parent
f3e5b22
commit 1022e5d
Showing
3 changed files
with
42 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: E2E Tests | ||
name: E2E Windows | ||
|
||
env: | ||
MAVEN_ARGS: -B -C -V -ntp -Dhttp.keepAlive=false -e | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -97,6 +97,7 @@ | |
<run> | ||
<wait> | ||
<log>Hello from Spring Boot!</log> | ||
<time>30000</time> | ||
</wait> | ||
</run> | ||
</image> | ||
|