mirror of
https://github.com/bohd4nx/FragmentAPI.git
synced 2026-07-25 06:14:29 +00:00
refactor: update methods to include show_sender parameter and clean up tests
This commit is contained in:
@@ -28,12 +28,4 @@ jobs:
|
||||
COOKIES_JSON: ${{ secrets.COOKIES_JSON }}
|
||||
|
||||
- name: Run tests
|
||||
if: github.ref != 'refs/heads/master'
|
||||
run: pytest --ignore=tests/003_test_integration.py
|
||||
|
||||
- name: Run tests (master — full suite)
|
||||
if: github.ref == 'refs/heads/master'
|
||||
run: pytest
|
||||
env:
|
||||
SEED: ${{ secrets.SEED }}
|
||||
API_KEY: ${{ secrets.API_KEY }}
|
||||
|
||||
Reference in New Issue
Block a user