-
-
Notifications
You must be signed in to change notification settings - Fork 61
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
ScalaTest 3.2, drop PhantomJS/Java 8/Scala 2.12, add MS Edge, add GithHub actions #373
Conversation
515f95c
to
0e6e7d2
Compare
0e6e7d2
to
966470f
Compare
.github/workflows/ci.yml
Outdated
cmd: sbt doc | ||
|
||
test: | ||
runs-on: macos-latest |
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.
@mkurz WDYT? I think we don't need a Mac OS for check compatibility with Safari. We can use Ubuntu from our reusable workflows and check all other browsers except Safari 😄
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.
Probably yes, I am looking into this whole thing right now, give me a bit time.
4e297de
to
e89d7fe
Compare
3039d76
to
58fe20e
Compare
277202a
to
8b51038
Compare
c09c4d3
to
cfb517b
Compare
517916f
to
3e41c20
Compare
@cheeseng So I took a look and pushed a couple of commits. IMHO this should now be ready. What I did is
What do you think? Can you have a look and review my commits? Are you happy with the test output? @ihostage Please review as well, thanks! |
@mkurz Not an issue for me to skip Safari (just nice to have imho), and let's forget about IE :), Ubuntu should be able to run Edge though, it is good to go for me! |
Thanks a lot @cheeseng. |
@ihostage if you want something changed here let me know,we can do that in a a follow up PR. |
Please do not merge this, trying out sharable workflow as suggested by ihostage.