Skip to content

Feat: populate scriptevent variable for lua scripts #1279 #4172

Feat: populate scriptevent variable for lua scripts #1279

Feat: populate scriptevent variable for lua scripts #1279 #4172

Workflow file for this run

name: test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: installdeps
run: sudo ./build.sh installdeps
- name: build
run: |
if ! ./build.sh test
then
debug/bin/unit_test
fi