actions: remove depedencies for running example, want it to run on ev… #4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# DO NOT EDIT. Generated from scripts/github-action | |
name: hl | |
on: [push,pull_request] | |
jobs: | |
hl: | |
timeout-minutes: 26 | |
#needs: setup | |
strategy: | |
fail-fast: false | |
runs-on: [ubuntu-latest] | |
steps: | |
- uses: actions/checkout@v4 | |
continue-on-error: true | |
- uses: cedx/setup-hashlink@v6.0.0 | |
- name: Install lix | |
run: npm i lix -g | |
- name: Run lix | |
run: npx lix download | |
- name: test | |
run: haxe --run Make test hl | |