Skip to content

Fix c++ module parsing and refactor (#8) #10

Fix c++ module parsing and refactor (#8)

Fix c++ module parsing and refactor (#8) #10

Workflow file for this run

name: Test
on:
push:
pull_request:
workflow_call:
workflow_dispatch:
jobs:
test:
name: Run tests
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run Rspec
run: bundle exec rake
- name: Generate definitions
run: bundle exec rake build
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: dfhack-lua-definitions
path: dist