Skip to content

Commit

Permalink
expect Lua tests to succeed on Haxe 4.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Mar 18, 2024
1 parent 982a670 commit 81d291f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
test-jvm: ${{ inputs.test-target == '' || inputs.test-target == 'jvm' }}
test-lua: |
enabled: ${{ inputs.test-target == '' || inputs.test-target == 'lua' }}
allow-failure: ${{ inputs.haxe-version != '4.0.5' && inputs.haxe-version != '4.1.5' }}
allow-failure: ${{ inputs.haxe-version != '4.0.5' }}
test-neko: ${{ inputs.test-target == '' || inputs.test-target == 'neko' }}
test-node: ${{ inputs.test-target == '' || inputs.test-target == 'node' }}
test-php: ${{ inputs.test-target == '' || inputs.test-target == 'php' }}
Expand Down

0 comments on commit 81d291f

Please sign in to comment.