Skip to content

Added back in the ability to filter sigils and the ability to filter for sigils with Forgotten Altar. This is a breaking change, existing sigil profiles with minTier and maxTier will need those removed. #741

Added back in the ability to filter sigils and the ability to filter for sigils with Forgotten Altar. This is a breaking change, existing sigil profiles with minTier and maxTier will need those removed.

Added back in the ability to filter sigils and the ability to filter for sigils with Forgotten Altar. This is a breaking change, existing sigil profiles with minTier and maxTier will need those removed. #741

Workflow file for this run

name: CI
on: [pull_request]
concurrency:
group: "${{github.workflow}}-${{github.ref}}"
cancel-in-progress: true
jobs:
tests:
runs-on: windows-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup env
uses: ./.github/actions/setup_env
- name: pre-commit
shell: powershell
run: pre-commit run -a
- name: Pytest
shell: powershell
run: pytest . -m "not selenium" -v -n logical
# - name: Pytest selenium
# shell: powershell
# run: pytest . -m "selenium" -v