Skip to content

Do not retry authentication failure for MIFARE Classic tags (#20) #20

Do not retry authentication failure for MIFARE Classic tags (#20)

Do not retry authentication failure for MIFARE Classic tags (#20) #20

Workflow file for this run

name: pytest
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: pip
- name: Install dependencies
run: python -m pip install --upgrade pip && python -m pip install -r requirements.txt
- name: Run pytest
env:
FILAMENT_DETECT_TEST_CREALITY_ENCRYPTION_KEY: ${{ secrets.FILAMENT_DETECT_TEST_CREALITY_ENCRYPTION_KEY }}
run: pytest