Skip to content

Commit

Permalink
ignore build failures with Haxe nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Mar 18, 2024
1 parent ef66cd4 commit f2594f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ jobs:
test-php: ${{ inputs.test-target == '' || inputs.test-target == 'php' }}
test-python: ${{ inputs.test-target == '' || inputs.test-target == 'python' }}

allow-failure: ${{ matrix.haxe == 'nightly' }}

before-tests: |
if [[ $OSTYPE == linux* ]] && ! hash ping &>/dev/null; then
sudo apt-get install iputils-ping
Expand Down

0 comments on commit f2594f9

Please sign in to comment.