Skip to content

Commit

Permalink
chore: enable weekly tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanBredehoft committed May 6, 2024
1 parent 48fd2d8 commit f234521
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 109 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -724,9 +724,7 @@ jobs:
shell: bash +e {0}
run: |
if [[ "${{ env.IS_WEEKLY }}" == "true" ]]; then
# TODO
# PYTEST_OPTIONS="--weekly"
PYTEST_OPTIONS=""
PYTEST_OPTIONS="--weekly"
else
PYTEST_OPTIONS=""
fi
Expand Down
Loading

0 comments on commit f234521

Please sign in to comment.