Skip to content

Commit

Permalink
[ci] disable faulty steps for now
Browse files Browse the repository at this point in the history
  • Loading branch information
RealyUniqueName committed Sep 25, 2023
1 parent db52302 commit a7aa394
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ jobs:
# - name: Test [js ]
# if: ${{ !cancelled() && steps.prerequisites.conclusion == 'success' }}
# run: haxelib run travix js
- name: Test [flash ]
if: ${{ !cancelled() && steps.prerequisites.conclusion == 'success' }}
run: haxelib run travix flash
# - name: Test [flash ]
# if: ${{ !cancelled() && steps.prerequisites.conclusion == 'success' }}
# run: haxelib run travix flash
- name: Test [java ]
if: ${{ !cancelled() && steps.prerequisites.conclusion == 'success' }}
run: haxelib run travix java
Expand Down

0 comments on commit a7aa394

Please sign in to comment.