Skip to content

Which test class??? #14

Which test class???

Which test class??? #14

Workflow file for this run

name: ARMI Windows 1 tests
on:
push:
paths-ignore:
- 'doc/**'
pull_request:
paths-ignore:
- 'doc/**'
jobs:
build:
runs-on: windows-2022
steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.11'
- name: Upgrade PIP
run: python -m pip install --upgrade pip
- name: Run Unit Tests on Windows
run: |
pip install -e .[memprof,mpi,test]
pytest armi/bookkeeping/db/tests/test_databaseInterface.py::TestDatabaseReading

Check failure on line 27 in .github/workflows/wintests2.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/wintests2.yaml

Invalid workflow file

You have an error in your yaml syntax on line 27
- name: Find Test Crumbs
run: python .github/workflows/find_test_crumbs.py