Skip to content

Add support for "Walker of the Wilds" Keystone and other "leech recovers based on x" mods #2033

Add support for "Walker of the Wilds" Keystone and other "leech recovers based on x" mods

Add support for "Walker of the Wilds" Keystone and other "leech recovers based on x" mods #2033

Workflow file for this run

name: Run Tests
on:
push:
branches: [ dev ]
pull_request:
branches: [ dev ]
workflow_dispatch:
jobs:
run_tests:
runs-on: ubuntu-latest
container: ghcr.io/pathofbuildingcommunity/pathofbuilding-tests:latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run tests
run: busted --lua=luajit
- name: Report coverage
run: cd src; luacov-coveralls --repo-token=${{ secrets.github_token }} -e TestData -e Data -e runtime