Skip to content

Commit

Permalink
ci: fix run full suite during no_extra_fields for good measure
Browse files Browse the repository at this point in the history
  • Loading branch information
tazlin committed Mar 1, 2024
1 parent e0edde7 commit 1a1b9dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maintests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
python -m pip install --upgrade pip
pip install --upgrade -r requirements.txt -r requirements.dev.txt
- name: Run no_extra_fields check
run: pytest tests -k test_scripts
run: pytest tests

build:
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
python -m pip install --upgrade pip
pip install --upgrade -r requirements.txt -r requirements.dev.txt
- name: Run no_extra_fields check
run: pytest tests -k test_scripts
run: pytest tests
build:
env:
AIWORKER_CACHE_HOME: ${{ github.workspace }}/.cache
Expand Down

0 comments on commit 1a1b9dc

Please sign in to comment.