Skip to content

Commit 59fa79a

Browse files
committed
allow haxe-latest to fail in workflow
1 parent fd6c62a commit 59fa79a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
haxe:
1414
- 4.3.7
1515
- latest
16+
include:
17+
- haxe: latest
18+
allow-failure: true
1619
steps:
1720
- uses: actions/checkout@v4
1821
- name: Install haxe ${{ matrix.haxe }}
@@ -29,5 +32,7 @@ jobs:
2932
haxelib install utest
3033
- name: Run unit tests
3134
run: haxe test.hxml
35+
continue-on-error: ${{ matrix.allow-failure || false }}
3236
- name: Build haxedocs
3337
run: haxe doc.hxml
38+
continue-on-error: ${{ matrix.allow-failure || false }}

0 commit comments

Comments
 (0)