Skip to content

Commit

Permalink
Disable pipefail
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Dec 6, 2023
1 parent 3f0fe8e commit 1b1e1ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pull-request-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ jobs:

- name: Ping Web Driver hub
run: |
set +eo pipefail
while true
do
curl http://localhost:4444/wd/hub/status > /tmp/wd-status.json
Expand Down

0 comments on commit 1b1e1ee

Please sign in to comment.