Skip to content

Bump actions/checkout from 4.2.0 to 4.2.2 #681

Bump actions/checkout from 4.2.0 to 4.2.2

Bump actions/checkout from 4.2.0 to 4.2.2 #681

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
haxe-version: [4.2.5]
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Setup Haxe environment
uses: krdlab/setup-haxe@3437f1adfca98b22815d926271cc39faaf996f25
with:
haxe-version: ${{ matrix.haxe-version }}
- name: Install testing framework
run: haxelib install buddy
- name: Install datetime for gigasecond
run: haxelib install datetime
- name: Compile test
run: bin/build.sh