Skip to content

Commit

Permalink
Remove unnecessary test_runtime.test_newproject
Browse files Browse the repository at this point in the history
  • Loading branch information
SomeRanDev committed Oct 20, 2023
1 parent fd3cb2f commit a395ff9
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/test_runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,24 +23,3 @@ jobs:

- name: Test DevEnv.hxml
run: haxe DevEnv.hxml

test_newproject:
runs-on: ubuntu-latest
steps:
- name: Setup Haxe 4.3.0
uses: krdlab/setup-haxe@v1
with:
haxe-version: 4.3.0

- name: Checkout
uses: actions/checkout@v3

- name: Check Haxe Version
run: haxe -version

- name: Install Reflaxe
run: haxelib git reflaxe /~https://github.com/SomeRanDev/reflaxe.git

- name: Test DevEnv.hxml
working-directory: newproject
run: haxe DevEnv.hxml

0 comments on commit a395ff9

Please sign in to comment.