Skip to content

Update Dump Json and jq Implementation #40

Update Dump Json and jq Implementation

Update Dump Json and jq Implementation #40

Workflow file for this run

name: test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
tests:
name: Tests in ${{ matrix.python }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
include:
- python: 3.8
- python: 3.11
steps:
- name: Checkout python-evtx with submodules
uses: actions/checkout@v2
with:
submodules: true
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python }}
- name: Install python-evtx
run: pip install -e .[test]
- name: Run tests
run: pytest tests/