File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99
1010jobs :
1111 test :
12- runs-on : ubuntu-22.04
12+ runs-on : macos-latest
1313 steps :
1414 - uses : actions/checkout@v4
1515 with :
Original file line number Diff line number Diff line change 88jobs :
99 deploy :
1010 name : Docs Deploy
11- runs-on : ubuntu-22.04
11+ runs-on : macos-latest
1212 steps :
1313 - uses : actions/checkout@v4
1414 with :
1515 fetch-depth : 0
1616 - uses : actions/setup-java@v4
1717 with :
18- distribution : ' temurin '
18+ distribution : ' zulu '
1919 java-version : 24
2020 - name : Build
2121 run : |
Original file line number Diff line number Diff line change @@ -124,7 +124,6 @@ object ssr extends ScalaModule {
124124 ivy"org.wildfly.common:wildfly-common:1.7.0.Final",
125125 ivy"org.seleniumhq.selenium:selenium-chrome-driver:4.34.0",
126126 ivy"org.seleniumhq.selenium:selenium-support:4.34.0",
127- ivy"org.seleniumhq.selenium:selenium-devtools-v138:4.34.0",
128127 ivy"org.slf4j:slf4j-api:2.0.17"
129128 )
130129 object test extends ScalaTests with TestModule.Munit {
You can’t perform that action at this time.
0 commit comments