Skip to content

Commit

Permalink
Merge pull request #33 from Frixuu/ci-2024-09
Browse files Browse the repository at this point in the history
Update test workflow dependencies
  • Loading branch information
PXshadow authored Sep 27, 2024
2 parents e8b1324 + 2ed410b commit bc6c18c
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,27 @@
name: CI

on: [push,pull_request]
on: [push, pull_request]

jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
fail-fast: true
os:
- ubuntu-latest
- windows-latest
- macos-13 # -latest is arm64 only
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1 #nodejs
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '14'
- uses: pxshadow/[email protected] #hashlink

node-version: "lts/*"
- uses: pxshadow/[email protected]
- name: install lix
run: npm i lix -g
- name: run lix
run: npx lix download

- name: build test
run: npx haxe tests.hxml
- name: run test
Expand Down

0 comments on commit bc6c18c

Please sign in to comment.