Skip to content

extra_data: Fix file copy behavior to be consistent with directories #83

extra_data: Fix file copy behavior to be consistent with directories

extra_data: Fix file copy behavior to be consistent with directories #83

Workflow file for this run

---
name: Run Behavioral Tests
on:
- push
- pull_request
jobs:
yamllint:
name: Run behave tests
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
fetch-depth: 1
- uses: actions/[email protected]
with:
python-version: "3.x"
- name: Install dependencies
run: |
python3 -m pip install '.[dev]'
python3 -m pip install coverage
- name: Run tests
run: |
python3 -m coverage run -m behave
- name: Report test coverage
run: |
python3 -m coverage report