Skip to content

Commit

Permalink
Disable failing Spring Boot Angular example #251
Browse files Browse the repository at this point in the history
org.openqa.selenium.WebDriverException: java.net.ConnectException:
Failed to connect to localhost/0:0:0:0:0:0:0:1:17725
  • Loading branch information
deepy committed Dec 22, 2022
1 parent 40d1d4c commit 74a851d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: ./gradlew --version
- name: Build Node.js Scripts Project
run: ./gradlew -p examples/simple-node helloWorld
- name: Build Spring Boot Angular Project
run: ./gradlew -p examples/spring-boot-angular build
# - name: Build Spring Boot Angular Project
# run: ./gradlew -p examples/spring-boot-angular build
- name: Build Vert.x React Project
run: ./gradlew -p examples/vertx-react build

0 comments on commit 74a851d

Please sign in to comment.